Skip to content

Commit

Permalink
fix: remove references to resources from AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Nov 6, 2023
1 parent b15c4ea commit 228ce2e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
<uses-permission android:name="android.permission.CAMERA" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.LibTemplatePlaceholder">
android:supportsRtl="true">
<activity
android:name=".view.OSBARCScannerActivity"
android:exported="false"
android:label="@string/title_activity_osbarcscanner"
android:theme="@style/Theme.LibTemplatePlaceholder" />
android:exported="false" />
</application>

</manifest>

0 comments on commit 228ce2e

Please sign in to comment.