Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a350515 authored by John Spurlock's avatar John Spurlock
Browse files

App-level notification configuration settings page.

New sub-page off of notification settings to ban/unban
apps and navigate to an app's notification configuration
activity (if configured).

Centralized all notification settings artifacts under a new
settings subpackage.

Bug: 13935172
Change-Id: I53b75c02f0091900734d17dc9217035d0df9b466
parent 7476f5b9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@
                <category android:name="com.android.settings.SHORTCUT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.ZenModeSettings" />
                android:value="com.android.settings.notification.ZenModeSettings" />
            <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
                android:resource="@id/notification_settings" />
        </activity>
@@ -772,7 +772,7 @@
                <category android:name="com.android.settings.SHORTCUT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.NotificationStation" />
                android:value="com.android.settings.notification.NotificationStation" />
        </activity>

        <!--
@@ -1690,7 +1690,7 @@
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.NotificationAccessSettings" />
                       android:value="com.android.settings.notification.NotificationAccessSettings" />
            <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
                       android:resource="@id/security_settings" />
        </activity>
@@ -1707,7 +1707,7 @@
                <category android:name="com.android.settings.SHORTCUT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.NotificationSettings" />
                android:value="com.android.settings.notification.NotificationSettings" />
            <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
                android:resource="@id/notification_settings" />
        </activity>
+1.47 KiB
Loading image diff...
+969 B
Loading image diff...
+2 KiB
Loading image diff...
+2.9 KiB
Loading image diff...
Loading