Skip to content
Snippets Groups Projects
Commit 53b1df15 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Corrected Export and Names

parent 6c308ae4
No related branches found
No related tags found
No related merge requests found
...@@ -14,26 +14,26 @@ ...@@ -14,26 +14,26 @@
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity <activity
android:name=".ui.ChatActivity" android:name=".ui.ChatActivity"
android:exported="true" android:exported="false"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/SplashTheme" android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize" /> android:windowSoftInputMode="adjustResize" />
<activity <activity
android:name=".ui.setup.accounts.AccountSetupActivity" android:name=".ui.setup.accounts.AccountSetupActivity"
android:exported="false" android:exported="false"
android:label="AccountSetup" android:label="@string/app_name"
android:theme="@style/SplashTheme" android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize" /> android:windowSoftInputMode="adjustResize" />
<activity <activity
android:name=".ui.setup.accounts.AccountEditActivity" android:name=".ui.setup.accounts.AccountEditActivity"
android:exported="true" android:exported="false"
android:label="AccountEdit" android:label="@string/app_name"
android:theme="@style/SplashTheme" android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize" /> android:windowSoftInputMode="adjustResize" />
<activity <activity
android:name=".ui.setup.accounts.AccountSelectionActivity" android:name=".ui.setup.accounts.AccountSelectionActivity"
android:exported="true" android:exported="true"
android:label="AccountSelection" android:label="@string/app_name"
android:theme="@style/SplashTheme" android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize">
<intent-filter> <intent-filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment