Skip to content

Commit

Permalink
#8 [feat] : AndroidManifest 인터넷 권한
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsuhyun committed Nov 11, 2024
1 parent 88f8cd1 commit cee8105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

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

<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
Expand Down

0 comments on commit cee8105

Please sign in to comment.