Improve accessibility

This commit is contained in:
Mygod
2020-06-26 18:02:01 -04:00
committed by GitHub
parent 791efea622
commit d344d771c0

View File

@@ -102,6 +102,9 @@
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
<meta-data
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
android:value="true" />
</service>
<service
android:name=".manage.LocalOnlyHotspotTileService"
@@ -114,6 +117,9 @@
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
<meta-data
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
android:value="true" />
</service>
<service
android:name=".manage.TetheringTileService$Wifi"