mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Add more device info at the top of Spinner.
This commit is contained in:
committed by
Cody Henthorne
parent
c1181478dd
commit
88a34936cd
@@ -19,10 +19,9 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
Spinner.init(
|
||||
application,
|
||||
Spinner.DeviceInfo(
|
||||
name = "${Build.MODEL} (API ${Build.VERSION.SDK_INT})",
|
||||
packageName = packageName,
|
||||
appVersion = "0.1"
|
||||
mapOf(
|
||||
"Name" to "${Build.MODEL} (API ${Build.VERSION.SDK_INT})",
|
||||
"Package" to packageName
|
||||
),
|
||||
mapOf("main" to Spinner.DatabaseConfig(db = db))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user