keyguard-app-Bitwarden-Vaul.../androidBenchmark/src/main/AndroidManifest.xml

12 lines
381 B
XML
Raw Normal View History

2023-12-29 17:38:23 +01:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Requesting legacy storage is needed to be able to write to additionalTestOutputDir on API 29 -->
<application android:requestLegacyExternalStorage="true" />
<queries>
<package android:name="com.artemchep.keyguard" />
</queries>
</manifest>