Add preference activity.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-29 14:30:04 +01:00
parent 968edfbb67
commit 3b7b71ce77
13 changed files with 211 additions and 31 deletions

View File

@@ -11,10 +11,19 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".SettingsActivity"
android:exported="false"
android:label="@string/title_activity_settings">
<meta-data
android:name="android.app.lib_name"
android:value="" />
</activity>
<service
android:name=".Tichu"
android:enabled="true"
android:exported="true"></service>
android:exported="true" />
<activity
android:name=".MainActivity"