Add FSI toggle to per-app notification settings
Bug: 277938609 Test: atest FullScreenIntentPermissionPreferenceControllerTest Test: # manual, verifying against "Special app access" screen Change-Id: I9cb0d9bc99ce59a7b0ff6bcd2cab7a3c2d63f45f
This commit is contained in:
@@ -74,6 +74,7 @@ public class AppNotificationSettings extends NotificationSettings {
|
||||
mControllers = new ArrayList<>();
|
||||
mControllers.add(new HeaderPreferenceController(context, this));
|
||||
mControllers.add(new BlockPreferenceController(context, mDependentFieldListener, mBackend));
|
||||
mControllers.add(new FullScreenIntentPermissionPreferenceController(context, mBackend));
|
||||
mControllers.add(new BadgePreferenceController(context, mBackend));
|
||||
mControllers.add(new AllowSoundPreferenceController(
|
||||
context, mDependentFieldListener, mBackend));
|
||||
|
||||
Reference in New Issue
Block a user