Use correct title when opening from notification
Bug: 36070413 Test: tap system alert window notification, which brings up Settings with the correct title. Change-Id: I6f346a7336a71c046cbc58b7291a851a7537d5ac
This commit is contained in:
@@ -2813,7 +2813,7 @@
|
|||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
<activity android:name="Settings$OverlaySettingsActivity"
|
<activity android:name="Settings$OverlaySettingsActivity"
|
||||||
android:label="@string/draw_overlay_title"
|
android:label="@string/draw_overlay"
|
||||||
android:taskAffinity="">
|
android:taskAffinity="">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
|
<action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
|
||||||
@@ -2824,7 +2824,7 @@
|
|||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name="Settings$AppDrawOverlaySettingsActivity"
|
<activity android:name="Settings$AppDrawOverlaySettingsActivity"
|
||||||
android:label="@string/draw_overlay_title"
|
android:label="@string/draw_overlay"
|
||||||
android:taskAffinity="">
|
android:taskAffinity="">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
|
<action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
|
||||||
|
@@ -7613,8 +7613,6 @@
|
|||||||
<string name="accessibility_lock_screen_progress"><xliff:g id="count" example="1">%1$d</xliff:g> of <xliff:g id="count" example="1">%2$d</xliff:g> characters used</string>
|
<string name="accessibility_lock_screen_progress"><xliff:g id="count" example="1">%1$d</xliff:g> of <xliff:g id="count" example="1">%2$d</xliff:g> characters used</string>
|
||||||
|
|
||||||
<!-- System Alert Window settings -->
|
<!-- System Alert Window settings -->
|
||||||
<!-- Title of display overlay preference item [CHAR LIMIT=55] -->
|
|
||||||
<string name="draw_overlay_title">Apps that can display over other apps</string>
|
|
||||||
<!-- Title of display overlay screen [CHAR LIMIT=30] -->
|
<!-- Title of display overlay screen [CHAR LIMIT=30] -->
|
||||||
<string name="draw_overlay">Display over other apps</string>
|
<string name="draw_overlay">Display over other apps</string>
|
||||||
<!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] -->
|
<!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] -->
|
||||||
|
Reference in New Issue
Block a user