Skip to content

Commit

Permalink
A probable bug fix for #929
Browse files Browse the repository at this point in the history
  • Loading branch information
hybcloud committed Dec 5, 2023
1 parent 57e252a commit 2e162d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native-activity/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- BEGIN_INCLUDE(manifest) -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
android:versionName="1.0">

Expand All @@ -26,6 +27,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
tools:node="remove" />
</application>

</manifest>
Expand Down

0 comments on commit 2e162d7

Please sign in to comment.