Skip to content
Snippets Groups Projects
Commit 91176ea1 authored by Nolen Johnson's avatar Nolen Johnson Committed by Paul Keith
Browse files

lineage: overlay: common: Move GMS overlays elsewhere

Change-Id: If1d25def956e215742fb038c4f723acaf816ebae
parent e2377bdb
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,6 @@
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">4</integer>
<!-- Flag indicating which package name can access the persistent data partition -->
<string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>
<!-- Set icon mask to circle -->
<string name="config_icon_mask" translatable="false">"M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0"</string>
......@@ -94,13 +91,6 @@
<!-- Whether or not we should show the option to show battery percentage -->
<bool name="config_battery_percentage_setting_available">false</bool>
<!-- The package name for the default wellbeing app.
This package must be trusted, as it has the permissions to control other applications
on the device.
Example: "com.android.wellbeing"
-->
<string name="config_defaultWellbeingPackage">com.google.android.apps.wellbeing</string>
<!-- List of packages that can use the Conversation space for their category messages
notifications until they target R -->
<string-array name="config_notificationMsgPkgsAllowedAsConvos" translatable="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment