Updated su screen with new arch

Added new Dialog for further use
This commit is contained in:
Viktor De Pasquale
2019-04-26 21:23:25 +02:00
parent d9cded0fc9
commit 52c83b2916
17 changed files with 1274 additions and 390 deletions
@@ -11,4 +11,8 @@ val applicationModule = module {
single { get<Context>().resources }
single { get<Context>() as App }
single { get<Context>().packageManager }
single(SUTimeout) {
get<App>().protectedContext
.getSharedPreferences("su_timeout", 0)
}
}