Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdwjs23 authored Aug 28, 2023
1 parent 551c5f9 commit 0f93d45
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,10 @@
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>


<meta-data
android:name="android.app.lib_name"
android:value=""/>
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 0f93d45

Please sign in to comment.