summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devicesettings/AndroidManifest.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/devicesettings/AndroidManifest.xml b/devicesettings/AndroidManifest.xml
index dce27cc..aff3056 100644
--- a/devicesettings/AndroidManifest.xml
+++ b/devicesettings/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2018-2021 The LineageOS Project
+ Copyright (C) 2018-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.
@@ -81,10 +81,13 @@
</intent-filter>
<meta-data
android:name="com.android.settings.category"
- android:value="com.android.settings.category.ia.system" />
+ android:value="com.android.settings.category.ia.display" />
<meta-data
android:name="com.android.settings.summary"
android:resource="@string/touchscreen_settings_summary" />
+ <meta-data
+ android:name="com.android.settings.order"
+ android:value="256" />
</activity>
</application>
</manifest>