Merge "Revert "[AAPM] Add advanced protection dialog according to API f..."" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
47d59ab974
@@ -162,10 +162,10 @@ class WepNetworksPreferenceController(context: Context, preferenceKey: String) :
|
||||
emit(aapmManager?.isAdvancedProtectionEnabled ?: false) }.flowOn(Dispatchers.Default)
|
||||
|
||||
private fun startSupportIntent() {
|
||||
AdvancedProtectionManager.createSupportIntent(
|
||||
aapmManager?.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