Customize the manifest.xml

delete the old SettingsActivity from manifest.
This commit is contained in:
ErikWaegerle 2020-08-25 13:35:09 +02:00
parent 15c4cf1883
commit d2e43d5b2f

View file

@ -11,9 +11,6 @@
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity
android:name=".SettingsActivity"
android:label="@string/title_activity_settings_new"></activity>
<activity <activity
android:name="org.secuso.privacyfriendlysudoku.ui.SplashActivity" android:name="org.secuso.privacyfriendlysudoku.ui.SplashActivity"
android:theme="@style/SplashTheme"> android:theme="@style/SplashTheme">