Revert "Revert "[AAPM] Add advanced protection dialog according ..."
Revert submission 31078830-revert-30767017-aapm-dialog-api-feedback-TBLFTCNTUN Reason for revert: Addressed failing test Reverted changes: /q/submissionid:31078830-revert-30767017-aapm-dialog-api-feedback-TBLFTCNTUN Change-Id: I3321b4f5baaca9dd270350b9201998ffe0d40473
This commit is contained in:
committed by
Android (Google) Code Review
parent
2574343b43
commit
8e28132ba2
@@ -162,10 +162,10 @@ class WepNetworksPreferenceController(context: Context, preferenceKey: String) :
|
||||
emit(aapmManager?.isAdvancedProtectionEnabled ?: false) }.flowOn(Dispatchers.Default)
|
||||
|
||||
private fun startSupportIntent() {
|
||||
aapmManager?.createSupportIntent(
|
||||
AdvancedProtectionManager.createSupportIntent(
|
||||
AdvancedProtectionManager.FEATURE_ID_DISALLOW_WEP,
|
||||
AdvancedProtectionManager.SUPPORT_DIALOG_TYPE_DISABLED_SETTING
|
||||
)?.let { mContext.startActivity(it) }
|
||||
).let { mContext.startActivity(it) }
|
||||
}
|
||||
|
||||
val wepAllowedFlow =
|
||||
|
||||
Reference in New Issue
Block a user