Merge "Add a setting for allowing overlays on Settings app" into rvc-dev am: 8ab31819e0

Original change: undetermined

Change-Id: I75084fc3e3e8828a19eb2f0f68d83d3479258715
This commit is contained in:
TreeHugger Robot
2020-06-02 07:08:57 +00:00
committed by Automerger Merge Worker
7 changed files with 241 additions and 10 deletions

View File

@@ -12097,4 +12097,9 @@
<!-- Developer settings: app freezer title [CHAR LIMIT=50]-->
<string name="cached_apps_freezer">Suspend execution for cached apps</string>
<!-- Title for allowing screen overlays on Settings app. [CHAR LIMIT=50]-->
<string name="overlay_settings_title">Allow screen overlays on Settings</string>
<!-- Summary for allowing screen overlays on Settings app. [CHAR LIMIT=NONE]-->
<string name="overlay_settings_summary">Allow apps that can display over other apps to overlay Settings screens</string>
</resources>