Files
memby/benchmark/src/main/AndroidManifest.xml
T

5 lines
227 B
XML
Raw Normal View History

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application android:requestLegacyExternalStorage="true" />
</manifest>