Allow to open Content Protection settings externally
Test: adb root && adb shell aflags enable android.view.contentprotection.flags.exported_settings_activity_enabled && adb reboot && sleep 60 && adb shell am start -a android.settings.CONTENT_PROTECTION_SETTINGS
Bug: 385310040
Flag: android.view.contentprotection.flags.exported_settings_activity_enabled
Change-Id: I1a5e33196051de88ceaddb638edab702f762fe5d
diff --git a/Android.bp b/Android.bp
index 0a633ac..0142846 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,6 +139,7 @@
"android.app.flags-aconfig",
"android.provider.flags-aconfig",
"android.security.flags-aconfig",
+ "android.view.contentprotection.flags-aconfig",
"keyboard_flags",
],
}