(SHIFT) Branding

Change-Id: Ic34928e9f81068a978b2785da90346f110a5b61c
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/stub/Android.mk b/stub/Android.mk
index 0129e25..db8ccb4 100644
--- a/stub/Android.mk
+++ b/stub/Android.mk
@@ -23,7 +23,10 @@
 
 LOCAL_MANIFEST_FILE := AndroidManifest.xml
 
-LOCAL_PACKAGE_NAME := LineageThemesStub
+LOCAL_PACKAGE_NAME := SHIFT-ThemesStub
+
+LOCAL_OVERRIDES_PACKAGES := LineageThemesStub
+
 LOCAL_SDK_VERSION := current
 
 include $(BUILD_PACKAGE)
diff --git a/stub/AndroidManifest.xml b/stub/AndroidManifest.xml
index ff3a7d7..588d3fc 100644
--- a/stub/AndroidManifest.xml
+++ b/stub/AndroidManifest.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lineageos.customization">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="eco.shift.customization">
     <application android:hasCode="false" android:label="@string/app_name"/>
 </manifest>
diff --git a/stub/res/values/strings.xml b/stub/res/values/strings.xml
index fe79f43..8c159ee 100644
--- a/stub/res/values/strings.xml
+++ b/stub/res/values/strings.xml
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">Lineage Themes</string>
+    <string name="app_name">SHIFT Themes</string>
 </resources>