you can add these 2 lines to AndroidManifest.xml to give the app the permission and stop the problem.
<uses-permission android:name="android.permission.INTERNET" />This image shown where you add the statement :
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
In fact: add this line only is also okay.
<uses-permission android:name="android.permission.INTERNET" />
No comments :
Post a Comment