QS: Add long-press to customize prototype - part 1
Start adding prototype to long-press to go to customization view
for QS. Currently it allows re-arranging and resetting. Later
it will have more.
Change-Id: Ib2ba0f93ac2f4cced4f146d39771a8a17ac05bc2
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index b732e99..da7eadc 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -1156,4 +1156,7 @@
settings are -->
<string name="experimental">Experimental</string>
+ <string name="save" translatable="false">Save</string>
+ <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
+
</resources>