Skip to content

Commit 3521e92

Browse files
committed
インターネットを使う権限を設定する
1 parent 93095a5 commit 3521e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.example.kotlin_qiita_client">
44

5+
<uses-permission android:name="android.permission.INTERNET" />
56
<application
67
android:allowBackup="true"
78
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)