diff --git a/LineageActions/Android.mk b/MotoActions/Android.mk similarity index 94% rename from LineageActions/Android.mk rename to MotoActions/Android.mk index ffffd89..011c3e9 100644 --- a/LineageActions/Android.mk +++ b/MotoActions/Android.mk @@ -5,7 +5,7 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) -LOCAL_PACKAGE_NAME := LineageActions +LOCAL_PACKAGE_NAME := MotoActions LOCAL_CERTIFICATE := platform LOCAL_PRIVATE_PLATFORM_APIS := true LOCAL_USE_AAPT2 := true diff --git a/LineageActions/AndroidManifest.xml b/MotoActions/AndroidManifest.xml similarity index 96% rename from LineageActions/AndroidManifest.xml rename to MotoActions/AndroidManifest.xml index 037bf01..9dc63b4 100644 --- a/LineageActions/AndroidManifest.xml +++ b/MotoActions/AndroidManifest.xml @@ -34,7 +34,7 @@ + android:theme="@style/MotoActions"> @@ -49,7 +49,7 @@ + android:theme="@style/MotoActions"> diff --git a/LineageActions/proguard.flags b/MotoActions/proguard.flags similarity index 80% rename from LineageActions/proguard.flags rename to MotoActions/proguard.flags index ab22f4b..eba9d61 100644 --- a/LineageActions/proguard.flags +++ b/MotoActions/proguard.flags @@ -1,4 +1,4 @@ --keep class org.lineageos.LineageActions.* { +-keep class org.lineageos.MotoActions.* { *; } diff --git a/LineageActions/res/drawable/ic_settings_gestures.xml b/MotoActions/res/drawable/ic_settings_gestures.xml similarity index 100% rename from LineageActions/res/drawable/ic_settings_gestures.xml rename to MotoActions/res/drawable/ic_settings_gestures.xml diff --git a/LineageActions/res/values/strings.xml b/MotoActions/res/values/strings.xml similarity index 100% rename from LineageActions/res/values/strings.xml rename to MotoActions/res/values/strings.xml diff --git a/LineageActions/res/values/styles.xml b/MotoActions/res/values/styles.xml similarity index 96% rename from LineageActions/res/values/styles.xml rename to MotoActions/res/values/styles.xml index 76c7ffb..0b875b3 100644 --- a/LineageActions/res/values/styles.xml +++ b/MotoActions/res/values/styles.xml @@ -16,7 +16,7 @@ limitations under the License. --> -