Snap for 11908474 from 8bf8d54f0f4dae7daf405be8ede36ef0bee97113 to 24Q3-release

Change-Id: Id08f313c84a16642dee58d6df6db637d8edfd458
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 85b4b84..d093825 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,6 +35,7 @@
     <application
         android:icon="@drawable/ic_launcher_nfc"
         android:label="@string/app_name"
+        android:theme="@style/AppTheme"
     >
         <activity android:name="TagViewer"
             android:label="@string/title_scanned_tag"
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c41d85c..c222045 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -17,6 +17,10 @@
 
 <resources>
 
+    <style name="AppTheme">
+        <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
+    </style>
+
     <style name="record_title">
         <item name="android:layout_width">match_parent</item>
         <item name="android:layout_height">wrap_content</item>