mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
ViewModel refactoring: Settings part
User restriction shortcuts Optimize ShortcutUtils Fix Private DNS bug
This commit is contained in:
@@ -13,6 +13,7 @@ class MyApplication : Application() {
|
||||
val dbHelper = MyDbHelper(this)
|
||||
myRepo = MyRepository(dbHelper)
|
||||
Privilege.initialize(applicationContext)
|
||||
NotificationUtils.createChannels(this)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user