Remove the xml for bubble pref in developer options
Fixes: 154246711 Test: build & install settings, check no bubbles option in developer options Change-Id: I50166c21401b9c196d2ec2d039df2c03a080bb4d
This commit is contained in:
@@ -8197,8 +8197,6 @@
|
|||||||
|
|
||||||
<!-- Configure Notifications: Title for the notification bubbles option. [CHAR LIMIT=60] -->
|
<!-- Configure Notifications: Title for the notification bubbles option. [CHAR LIMIT=60] -->
|
||||||
<string name="notification_bubbles_title">Bubbles</string>
|
<string name="notification_bubbles_title">Bubbles</string>
|
||||||
<!-- Developer setting summary for bubbles [CHAR LIMIT=NONE] -->
|
|
||||||
<string name="notification_bubbles_developer_setting_summary">Some notifications can appear as bubbles on the screen</string>
|
|
||||||
<!-- Feature education for bubbles. [CHAR LIMIT=NONE] -->
|
<!-- Feature education for bubbles. [CHAR LIMIT=NONE] -->
|
||||||
<string name="bubbles_feature_education">Some notifications and other content can appear as bubbles on the screen. To open a bubble, tap it. To dismiss it, drag it down the screen.</string>
|
<string name="bubbles_feature_education">Some notifications and other content can appear as bubbles on the screen. To open a bubble, tap it. To dismiss it, drag it down the screen.</string>
|
||||||
<!-- Title for the toggle shown on the app-level bubbles page [CHAR LIMIT=60] -->
|
<!-- Title for the toggle shown on the app-level bubbles page [CHAR LIMIT=60] -->
|
||||||
|
@@ -638,12 +638,6 @@
|
|||||||
<Preference
|
<Preference
|
||||||
android:key="reset_shortcut_manager_throttling"
|
android:key="reset_shortcut_manager_throttling"
|
||||||
android:title="@string/reset_shortcut_manager_throttling" />
|
android:title="@string/reset_shortcut_manager_throttling" />
|
||||||
|
|
||||||
<SwitchPreference
|
|
||||||
android:key="notification_bubbles"
|
|
||||||
android:title="@string/notification_bubbles_title"
|
|
||||||
android:summary="@string/notification_bubbles_developer_setting_summary"/>
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<com.android.settings.development.autofill.AutofillPreferenceCategory
|
<com.android.settings.development.autofill.AutofillPreferenceCategory
|
||||||
|
Reference in New Issue
Block a user