summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ed8d6ed..700c93c 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -98,16 +98,6 @@
android:allowBackup="false"
android:usesCleartextTraffic="true">
- <!-- Screen color Settings Controls -->
- <activity android:name=".ScreenColorSettings" android:label="@string/screencolor"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:screenOrientation="nosensor">
- </activity>
- <activity android:name=".CustomScreenColor" android:label="@string/custom_screencolor"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:screenOrientation="nosensor">
- </activity>
-
<activity android:name="Settings"
android:taskAffinity="com.android.settings"
android:label="@string/settings_label_launcher"