Skip to content

Commit

Permalink
commit modified android manifest (Added android:exported="true")
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Dec 27, 2024
1 parent c8908c9 commit fa8422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<uses-permission android:name="android.permission.INTERNET"/>

<application android:label='Peergos' android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true">
<activity android:name='com.gluonhq.helloandroid.MainActivity' android:configChanges="orientation|keyboardHidden">
<activity android:name='com.gluonhq.helloandroid.MainActivity' android:configChanges="orientation|keyboardHidden" android:exported="true">
<intent-filter>
<category android:name='android.intent.category.LAUNCHER'/>
<action android:name='android.intent.action.MAIN'/>
Expand Down

0 comments on commit fa8422f

Please sign in to comment.