android studio update use previous settings code example
Example: add an internet use in manifest android studio
// Insert the permission below before "<application" tag opening
// It has to be inserted inside the AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />