Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. android:networkSecurityConfig="@xml/network_security_config"
  2. android:hardwareAccelerated="false"
  3. android:allowBackup="true"
  4. android:largeHeap="true"
  5. android:icon="@mipmap/ic_launcher"
  6. android:label="@string/app_name"
  7. android:usesCleartextTraffic="true"
  8. android:roundIcon="@mipmap/ic_launcher_round"
  9. android:theme="@style/Theme.AppCompat.Light.NoActionBar"
  10. tools:ignore="GoogleAppIndexingWarning"
  11. tools:targetApi="n"
  12. android:fullBackupContent="true">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement