Create an OverlayView so we can show taps in espresso tests

This commit is contained in:
Torsten Grote
2021-03-19 14:27:57 -03:00
parent dcd37f71d1
commit 31f87f647e
3 changed files with 127 additions and 0 deletions

View File

@@ -16,4 +16,7 @@
<uses-permission
android:name="android.permission.CHANGE_CONFIGURATION"
tools:ignore="ProtectedPermissions" />
<!-- For drawing on top of the app -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
</manifest>