Skip to content

Commit

Permalink
fix: android activity config
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Dec 28, 2023
1 parent d4842f8 commit 05d6bca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion android/src/main/AndroidManifestNew.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pictures">

<application>
<activity android:name=".PictureViewerActivity" />
</application>
</manifest>
1 change: 0 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.pictures.PictureViewerActivity"></activity>
</application>
</manifest>

0 comments on commit 05d6bca

Please sign in to comment.