Settings page to manage FSI permission

Apps > Special App Access > Manage Full Screen Intents > App Specific page

Follows new Settings Platform Architecture that the Settings team
is migrating to for UDC.

Bug: 243421660
Test: make SettingsGoogle -j40
adb install -r out/target/product/$TARGET_PRODUCT/system_ext/priv-app/SettingsGoogle/SettingsGoogle.apk

Change-Id: Id2ca18480ddf788bee18b67a3689ef9593059a24
This commit is contained in:
Lyn
2023-02-01 05:41:03 +00:00
parent abe1e8a329
commit 685f1e4771
7 changed files with 121 additions and 0 deletions

View File

@@ -94,6 +94,11 @@
android:fragment="com.android.settings.notification.NotificationAccessSettings"
settings:controller="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessController" />
<Preference
android:key="use_full_screen_intent"
android:title="@string/full_screen_intent_title"
settings:controller="com.android.settings.spa.app.specialaccess.UseFullScreenIntentPreferenceController" />
<Preference
android:key="picture_in_picture"
android:title="@string/picture_in_picture_title"