summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-12-12 14:45:22 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-12-12 16:28:09 +0200
commitfa32d9641ee3f3d3079abea964413e880559cf02 (patch)
treebe06d68b27947e9302dae86ba10e683086211b7a /res/xml
parent3ac9e17f9069dca2d75f0e250a5e24e5c60c3c1d (diff)
downloadpackages_apps_Settings-fa32d9641ee3f3d3079abea964413e880559cf02.zip
packages_apps_Settings-fa32d9641ee3f3d3079abea964413e880559cf02.tar.gz
packages_apps_Settings-fa32d9641ee3f3d3079abea964413e880559cf02.tar.bz2
Settings: Add back oclick settings
Change-Id: I94482a3ff6f7a88ce271f65ad167e2cfd57d3195
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/dashboard_categories.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index 4b893a8..2c5d290 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -147,6 +147,16 @@
android:icon="@drawable/ic_settings_buttons"
/>
+ <!-- O-Click -->
+ <dashboard-tile
+ android:id="@+id/oclick"
+ android:icon="@drawable/ic_settings_oclick">
+ <intent
+ android:action="com.cyanogenmod.action.LAUNCH_BLUETOOTH_INPUT_SETTINGS"
+ android:targetPackage="com.cyanogenmod.settings.device"
+ android:targetClass="com.cyanogenmod.settings.device.BluetoothInputSettings" />
+ </dashboard-tile>
+
<!-- Gestures -->
<dashboard-tile
android:id="@+id/device_specific_gesture_settings"
@@ -171,8 +181,8 @@
android:id="@+id/security_settings"
android:title="@string/security_settings_title"
android:fragment="com.android.settings.SecuritySettings"
- android:icon="@drawable/ic_settings_security">
- </dashboard-tile>
+ android:icon="@drawable/ic_settings_security"
+ />
<!-- Memory -->
<dashboard-tile