2018-08-14 12:52:06 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-04-22 10:29:55 +02:00
|
|
|
|
2018-08-14 12:52:06 +02:00
|
|
|
<!-- This file should be outside of release manifest (in this case app/src/mock/Manifest.xml -->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<!--required to enable/disable system animations from the app itself during Espresso test runs-->
|
2021-04-22 10:29:55 +02:00
|
|
|
<uses-permission android:name="android.permission.SET_ANIMATION_SCALE" />
|
2018-08-14 12:52:06 +02:00
|
|
|
</manifest>
|