Swap cog and left hand side of row
See bug for more context. Test: flash device Bug: 280951040 Change-Id: I21ba2a2177f88dbabea42915727f8c33aa0e23f8
This commit is contained in:
@@ -36,15 +36,6 @@ class DefaultPrivateCombinedPreferenceController(context: Context?) : DefaultCom
|
||||
return "default_credman_autofill_private"
|
||||
}
|
||||
|
||||
override fun getSettingIntent(info: DefaultAppInfo ?): Intent ? {
|
||||
if (info == null) {
|
||||
return null
|
||||
}
|
||||
return userHandle?.let { handle ->
|
||||
AutofillSettingIntentProvider(mContext, handle.identifier, info.key).intent
|
||||
} ?: null
|
||||
}
|
||||
|
||||
override fun startActivity(intent: Intent) {
|
||||
userHandle?.let { handle ->
|
||||
mContext.startActivityAsUser(intent, handle)
|
||||
|
||||
Reference in New Issue
Block a user