Update a few things
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package dev.oxmc.androiddevicenames
|
||||
package dev.oxmc.androiddeviceinfo
|
||||
|
||||
object AltDeviceNames {
|
||||
/**
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package dev.oxmc.androiddevicenames
|
||||
package dev.oxmc.androiddeviceinfo
|
||||
|
||||
import android.content.Context
|
||||
import android.os.Build
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package dev.oxmc.androiddevicenames
|
||||
package dev.oxmc.androiddeviceinfo
|
||||
|
||||
import android.content.Context
|
||||
import android.database.SQLException
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package dev.oxmc.androiddevicenames
|
||||
package dev.oxmc.androiddeviceinfo
|
||||
|
||||
import android.content.Context
|
||||
import android.os.Build
|
||||
+1
-3
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package dev.oxmc.androiddevicenames
|
||||
package dev.oxmc.androiddeviceinfo
|
||||
|
||||
import android.content.Context
|
||||
import android.os.Build
|
||||
@@ -75,8 +75,6 @@ object AndroidDeviceInfo {
|
||||
model
|
||||
}
|
||||
|
||||
//Log.i("DeviceInfo", "Device name: $finalDeviceName, codename: $codename, model: $model, manufacturer: $manufacturer")
|
||||
|
||||
return DeviceInfo(manufacturer, finalDeviceName, codename, model)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user