Commit 1160f135 authored by Mygod's avatar Mygod

Improve accessibility

parent cecfbb03
...@@ -86,6 +86,9 @@ ...@@ -86,6 +86,9 @@
<intent-filter> <intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" /> <action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter> </intent-filter>
<meta-data
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
android:value="true" />
</service> </service>
<receiver android:name=".tasker.ActionListener" <receiver android:name=".tasker.ActionListener"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment