Revert "[AAPM] Add advanced protection dialog according to API f..."

Revert submission 30767017-aapm-dialog-api-feedback

Reason for revert: Droidmonitor created revert due to b/384828570. Will be verifying through ABTD before submission.

Reverted changes: /q/submissionid:30767017-aapm-dialog-api-feedback

Change-Id: Ibf26aca2453f2007370974290f5c16d6b091341e
This commit is contained in:
Priyanka Advani (xWF)
2024-12-23 13:41:43 -08:00
committed by Android (Google) Code Review
parent e2248f1c4f
commit 2574343b43
7 changed files with 22 additions and 100 deletions

View File

@@ -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 =