Initial setup screen (#212)
* enabled the launcher icon * added an initial setup screen, for when TT9 is disabled * documentation update
This commit is contained in:
parent
eee786ce56
commit
787ba1c1ef
19 changed files with 230 additions and 16 deletions
|
|
@ -23,10 +23,11 @@
|
|||
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
|
||||
</service>
|
||||
|
||||
<activity android:label="@string/app_settings" android:name="io.github.sspanak.tt9.preferences.PreferencesActivity"
|
||||
<activity android:label="@string/app_name_short" android:name="io.github.sspanak.tt9.preferences.PreferencesActivity"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue