diff --git a/OpenKeychain/src/main/AndroidManifest.xml b/OpenKeychain/src/main/AndroidManifest.xml index cbef109c3..3819a2a3c 100644 --- a/OpenKeychain/src/main/AndroidManifest.xml +++ b/OpenKeychain/src/main/AndroidManifest.xml @@ -82,7 +82,8 @@ android:label="@string/app_name" android:theme="@style/Theme.Keychain.Light"> - + @@ -93,7 +94,8 @@ android:name=".ui.MainActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/app_name" - android:launchMode="singleTop"> + android:launchMode="singleTop" + android:exported="true"> @@ -109,7 +111,8 @@ android:label="@string/title_manage_my_keys" android:launchMode="singleTop" android:parentActivityName=".ui.MainActivity" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:exported="false"> @@ -135,7 +138,8 @@ android:name=".ui.keyview.ViewKeyActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/title_key_details" - android:parentActivityName=".ui.MainActivity"> + android:parentActivityName=".ui.MainActivity" + android:exported="true"> @@ -150,7 +154,8 @@ android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/title_encrypt_files" android:parentActivityName=".ui.MainActivity" - android:windowSoftInputMode="stateHidden"> + android:windowSoftInputMode="stateHidden" + android:exported="true"> @@ -182,7 +187,8 @@ android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/title_encrypt_text" android:parentActivityName=".ui.MainActivity" - android:windowSoftInputMode="stateHidden"> + android:windowSoftInputMode="stateHidden" + android:exported="true"> @@ -224,7 +230,8 @@ android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/title_decrypt" android:parentActivityName=".ui.MainActivity" - android:windowSoftInputMode="stateHidden"> + android:windowSoftInputMode="stateHidden" + android:exported="true"> @@ -428,7 +435,8 @@ + android:label="@string/title_preferences" + android:exported="true"> @@ -477,7 +485,8 @@ android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/app_name" android:theme="@style/Theme.Keychain.Transparent" - android:windowSoftInputMode="stateHidden"> + android:windowSoftInputMode="stateHidden" + android:exported="true"> @@ -498,7 +507,8 @@ + android:label="@string/title_import_keys" + android:exported="true"> @@ -752,7 +762,8 @@ android:name=".ui.RedirectImportKeysActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard" android:label="@string/title_import_keys" - android:theme="@style/Theme.Keychain.Transparent"> + android:theme="@style/Theme.Keychain.Transparent" + android:exported="true"> @@ -815,7 +826,8 @@ + android:theme="@android:style/Theme.NoDisplay" + android:exported="true"> @@ -928,7 +940,9 @@ android:name=".remote.ui.RemoteDisplayTransferCodeActivity" android:theme="@style/Theme.Keychain.Transparent"/> - +