X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=fb445db0eff6810176bacee8c40e495bb5086676;hp=3f66b340943d7de2f18aabd6088775d083418c98;hb=19fa922d09043a0c8d0b6b01bdfad6a934572459;hpb=df8514ac51cf68fa5b1b93874028815614ecc087 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3f66b340..fb445db0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,6 +10,9 @@ android:icon="@mipmap/ic_launcher" android:label="@string/privacy_browser" android:theme="@style/AppTheme" > + + // configChanges orientation and screenSize makes the app not reload when the orientation changes. + // windowSoftInputMode stateAlwaysHidden hides the keyboard when the app starts. + + // android.intent.action.VIEW with the schemes enables processing of web intents.