Skip to content

Commit

Permalink
fix: app halting after installation (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana authored Dec 3, 2024
2 parents 3a5e2c8 + 6fd0a35 commit 8343f04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/uni_app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<application
<application
android:label="@string/app_name"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:allowBackup="false"
>
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down

0 comments on commit 8343f04

Please sign in to comment.