MotoActions: Use strings from common devicesettings repo
authordianlujitao <dianlujitao@lineageos.org>
Sun, 30 Jan 2022 15:58:41 +0000 (23:58 +0800)
committerdianlujitao <dianlujitao@lineageos.org>
Sun, 30 Jan 2022 15:58:41 +0000 (23:58 +0800)
Change-Id: I253300027641b5c97cd2adec9154e3a8f7b766b2

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

index 9dc63b4d6956f2cc11fce526e3a5941c28f6ef49..c7af0fec22c09fd133bfed1f3e48beffc575c8e7 100644 (file)
@@ -61,7 +61,7 @@
                 android:resource="@drawable/ic_settings_gestures" />
             <meta-data
                 android:name="com.android.settings.summary"
-                android:resource="@string/screen_gestures_panel_summary" />
+                android:resource="@string/moto_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>