Refine QS tile
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user