Merge "Add a setting for allowing overlays on Settings app" into rvc-dev am: 8ab31819e0
Original change: undetermined Change-Id: I2ff9f2d9ee2e33bb41bc5bfd43aee1153b819ee8
This commit is contained in:
@@ -12094,4 +12094,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>
|
||||
|
@@ -251,6 +251,11 @@
|
||||
android:title="@string/show_refresh_rate"
|
||||
android:summary="@string/show_refresh_rate_summary" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="overlay_settings"
|
||||
android:title="@string/overlay_settings_title"
|
||||
android:summary="@string/overlay_settings_summary" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
Reference in New Issue
Block a user