Advertisement
urutehe1

android_Manifest

Jun 2nd, 2019
4,870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <uses-permission android:name="android.permission.INTERNET" />
  2.     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  3.  
  4.     <application
  5.        android:name=".app.AppController"
  6.        android:allowBackup="true"
  7.        android:icon="@mipmap/ic_launcher"
  8.        android:label="@string/app_name"
  9.        android:roundIcon="@mipmap/ic_launcher_round"
  10.        android:supportsRtl="true"
  11.        android:theme="@style/AppTheme">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement