MotoActions: Move rest strings to devicesettings lineage-19.1
authordianlujitao <dianlujitao@lineageos.org>
Wed, 8 Jun 2022 12:06:20 +0000 (20:06 +0800)
committerdianlujitao <dianlujitao@lineageos.org>
Wed, 8 Jun 2022 12:06:20 +0000 (20:06 +0800)
Change-Id: I66c4768a45d20ea5e33500379369578980bfdfee

MotoActions/AndroidManifest.xml
MotoActions/res/values/strings.xml [deleted file]

index 5ae8f644332563d0cd510cc24c6bac04399c7aa8..dea1bf2395a6d1bb0a92e88ae38be5b945bb118c 100644 (file)
@@ -57,7 +57,7 @@
                 android:value="com.android.settings.category.ia.gestures" />
             <meta-data
                 android:name="com.android.settings.summary"
-                android:resource="@string/screen_gestures_panel_summary" />
+                android:resource="@string/device_gestures_panel_summary" />
         </activity>
 
     </application>
diff --git a/MotoActions/res/values/strings.xml b/MotoActions/res/values/strings.xml
deleted file mode 100644 (file)
index ebb5b7b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string name="screen_gestures_panel_summary" translatable="false">Special Device Gestures</string>
-    <string name="moto_gestures_panel_title">Moto Gestures</string>
-</resources>