Merge "Move 'show hidden channels' option" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
aec909bd44
@@ -8985,6 +8985,9 @@
|
||||
<!-- [CHAR LIMIT=NONE] App notification settings: no channels -->
|
||||
<string name="no_channels">This app has not posted any notifications</string>
|
||||
|
||||
<!-- [CHAR LIMIT=NONE] App notification settings: has channels, but hasn't sent notifications recently -->
|
||||
<string name="no_recent_channels">Show unused categories</string>
|
||||
|
||||
<!-- [CHAR LIMIT=NONE] App notification settings: link to app notification settings-->
|
||||
<string name="app_settings_link">Additional settings in the app</string>
|
||||
|
||||
|
||||
@@ -55,6 +55,11 @@
|
||||
android:key="channels"
|
||||
android:layout="@layout/empty_view" />
|
||||
|
||||
<Preference
|
||||
android:key="more"
|
||||
android:title="@string/no_recent_channels"
|
||||
android:icon="@drawable/ic_expand"/>
|
||||
|
||||
<!-- Importance toggle -->
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="allow_sound"
|
||||
|
||||
Reference in New Issue
Block a user