Rename binders

This commit is contained in:
Mygod
2018-05-09 16:36:08 -07:00
parent 3d0b430fa8
commit d7c5dd18a5
7 changed files with 17 additions and 23 deletions

View File

@@ -54,14 +54,11 @@
</intent-filter>
</activity>
<service android:name=".LocalOnlyHotspotService">
</service>
<service android:name=".LocalOnlyHotspotService"/>
<service
android:name=".RepeaterService"
android:directBootAware="true">
</service>
<service android:name=".TetheringService">
</service>
android:directBootAware="true"/>
<service android:name=".TetheringService"/>
<service
android:name=".RepeaterTileService"
android:directBootAware="true"