Implement direct boot awareness for tile service

This commit is contained in:
Mygod
2018-02-22 12:20:52 -08:00
parent 1bc49170d0
commit e21d34ee54
3 changed files with 16 additions and 3 deletions

View File

@@ -39,12 +39,15 @@
</intent-filter>
</activity>
<service android:name=".RepeaterService">
<service
android:name=".RepeaterService"
android:directBootAware="true">
</service>
<service android:name=".TetheringService">
</service>
<service
android:name=".RepeaterTileService"
android:directBootAware="true"
android:icon="@drawable/ic_quick_settings_tile_off"
android:label="@string/title_repeater"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">