AndroidManifest.xml 251 B

1234567891011
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.test.risk.app">
  3. <application
  4. android:requestLegacyExternalStorage="true"
  5. android:usesCleartextTraffic="true">
  6. </application>
  7. </manifest>