Refine QS tile

This commit is contained in:
Mygod
2018-02-17 14:03:45 -08:00
parent 7ffb3b54ff
commit 7ff0be17b8
5 changed files with 92 additions and 88 deletions

View File

@@ -34,6 +34,9 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
</intent-filter>
</activity>
<service android:name=".RepeaterService">
@@ -41,9 +44,9 @@
<service android:name=".TetheringService">
</service>
<service
android:name=".TileService"
android:name=".RepeaterTileService"
android:icon="@drawable/ic_quick_settings_tile_off"
android:label="@string/app_name"
android:label="@string/title_repeater"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />