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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user