We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93095a5 commit 3521e92Copy full SHA for 3521e92
app/src/main/AndroidManifest.xml
@@ -2,6 +2,7 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.example.kotlin_qiita_client">
4
5
+ <uses-permission android:name="android.permission.INTERNET" />
6
<application
7
android:allowBackup="true"
8
android:icon="@mipmap/ic_launcher"
0 commit comments