From: Soren Stoutner Date: Fri, 15 Jul 2022 23:01:00 +0000 (-0700) Subject: Move the theme assignments to the manifest file. https://redmine.stoutner.com/issues/761 X-Git-Tag: v3.11~11 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=85a7c67b4bb47c01bce4c42038bf20a3dc90e4aa Move the theme assignments to the manifest file. https://redmine.stoutner.com/issues/761 --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5bd0bbf0..829c4a1a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -55,6 +55,7 @@ android:allowBackup="false" android:fullBackupContent="false" android:supportsRtl="true" + android:theme="@style/PrivacyBrowser" android:networkSecurityConfig="@xml/network_security_config" tools:ignore="DataExtractionRules,UnusedAttribute" > @@ -227,6 +228,7 @@ android:configChanges="orientation|screenSize|screenLayout|keyboard|keyboardHidden" android:screenOrientation="fullUser" android:persistableMode="persistNever" + android:theme="@style/PrivacyBrowserSettings" tools:ignore="UnusedAttribute" />