Permission Hub opens properly from Keyguard
Test: manual Change-Id: I2b0fc752f9f9393dbd8b518d3762d59a9c7611a6 Fixes: 121457524
This commit is contained in:
@@ -52,7 +52,8 @@ class OngoingPrivacyDialog constructor(
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
override fun onClick(dialog: DialogInterface?, which: Int) {
|
||||
Dependency.get(ActivityStarter::class.java).startActivity(intent, false)
|
||||
Dependency.get(ActivityStarter::class.java)
|
||||
.postStartActivityDismissingKeyguard(intent, 0)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user