(SHIFT) Branding
Change-Id: Iaa3c6199f5ee85a6e5f99727858e59302abb4a66
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/lineage/res/AndroidManifest.xml b/lineage/res/AndroidManifest.xml
index 8e7ab2c..c3a00f8 100644
--- a/lineage/res/AndroidManifest.xml
+++ b/lineage/res/AndroidManifest.xml
@@ -22,7 +22,7 @@
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="lineageos.platform"
coreApp="true" android:sharedUserId="android.uid.system"
- android:sharedUserLabel="@string/lineageos_system_label">
+ android:sharedUserLabel="@string/shiftos_system_label">
<protected-broadcast android:name="lineageos.intent.action.SCREEN_CAMERA_GESTURE" />
<protected-broadcast android:name="lineageos.intent.action.INITIALIZE_LINEAGE_HARDWARE" />
@@ -80,7 +80,7 @@
<application android:process="system"
android:persistent="true"
android:hasCode="false"
- android:label="@string/lineageos_system_label"
+ android:label="@string/shiftos_system_label"
android:icon="@mipmap/ic_launcher"
android:allowClearUserData="false"
android:killAfterRestore="false"
diff --git a/lineage/res/res/values/shift_strings.xml b/lineage/res/res/values/shift_strings.xml
new file mode 100644
index 0000000..774416d
--- /dev/null
+++ b/lineage/res/res/values/shift_strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+ 2017-2022 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Label for the LineageOS system components when they are shown to the user. -->
+ <string name="shiftos_system_label">ShiftOS System</string>
+</resources>
diff --git a/packages/LineageSettingsProvider/AndroidManifest.xml b/packages/LineageSettingsProvider/AndroidManifest.xml
index f17560c..430d9c8 100644
--- a/packages/LineageSettingsProvider/AndroidManifest.xml
+++ b/packages/LineageSettingsProvider/AndroidManifest.xml
@@ -27,7 +27,7 @@
<uses-permission android:name="android.permission.MANAGE_USERS" />
<application android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
+ android:label="@string/shift_app_name"
android:process="system"
android:killAfterRestore="false"
android:allowClearUserData="false"
diff --git a/packages/LineageSettingsProvider/res/values-de/shift_strings.xml b/packages/LineageSettingsProvider/res/values-de/shift_strings.xml
new file mode 100644
index 0000000..7193aea
--- /dev/null
+++ b/packages/LineageSettingsProvider/res/values-de/shift_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014-2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="shift_app_name">ShiftOS Einstellungsspeicher</string>
+</resources>
diff --git a/packages/LineageSettingsProvider/res/values/shift_strings.xml b/packages/LineageSettingsProvider/res/values/shift_strings.xml
new file mode 100644
index 0000000..a9e1dbe
--- /dev/null
+++ b/packages/LineageSettingsProvider/res/values/shift_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014-2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string name="shift_app_name">ShiftOS Settings Storage</string>
+</resources>