Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Seonghun committed Aug 31, 2023
2 parents 520d73d + bcd8009 commit 68a84ab
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,4 @@

<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Android_sdk"
tools:targetApi="31">
<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>
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 68a84ab

Please sign in to comment.