sample: update AndroidManifest.xml
authorDa Risk <da_risk@geekorum.com>
Sun, 27 Apr 2025 17:37:41 -0400
changeset 65 f4443a561f38
parent 64 46e9b7ddc2ea
child 66 4a652584013c
sample: update AndroidManifest.xml
sample/src/androidMain/AndroidManifest.xml
--- a/sample/src/androidMain/AndroidManifest.xml	Sun Apr 27 17:32:51 2025 -0400
+++ b/sample/src/androidMain/AndroidManifest.xml	Sun Apr 27 17:37:41 2025 -0400
@@ -24,6 +24,12 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
 
+    <queries>
+        <intent>
+            <action android:name="android.support.customtabs.action.CustomTabsService" />
+        </intent>
+    </queries>
+
     <application
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
@@ -44,11 +50,11 @@
         </activity>
 
         <activity android:name=".PrebuiltLicencesMaterial2Activity"
-            android:theme="@style/Theme.AppCompat.Light.NoActionBar"
+            android:theme="@android:style/Theme.Material.Light.NoActionBar"
             android:exported="false" />
 
         <activity android:name=".PrebuiltLicencesMaterial3Activity"
-            android:theme="@style/Theme.AppCompat.Light.NoActionBar"
+            android:theme="@android:style/Theme.Material.Light.NoActionBar"
             android:exported="false" />
 
     </application>