Add settings

This commit is contained in:
Mygod
2018-01-03 22:58:45 +08:00
parent 3e7fae95cf
commit 826f601301
17 changed files with 313 additions and 75 deletions

View File

@@ -21,9 +21,12 @@
</intent-filter>
</activity>
<service
android:name=".HotspotService">
<service android:name=".HotspotService">
</service>
<activity
android:name=".SettingsActivity"
android:label="@string/title_activity_settings"/>
</application>
</manifest>
</manifest>