update android configuration for capacitor

This commit is contained in:
Tom (plebeius.eth)
2024-10-13 16:29:14 +02:00
parent 73e12ccbae
commit c80fc5a284
9 changed files with 116 additions and 71 deletions
+3 -4
View File
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="plebchan.android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@@ -15,7 +13,8 @@
android:name="plebchan.android.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />