It would be nice if we have any framework methods to do drag and drop in espresso. As of now, we only have swipe gesture in espresso. If I try actions with longclick() and swipe() to drag a view, getting the following exception.
"android.support.test.espresso.InjectEventSecurityException: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission"
It would be nice if we have any framework methods to do drag and drop in espresso. As of now, we only have swipe gesture in espresso. If I try actions with longclick() and swipe() to drag a view, getting the following exception.
"android.support.test.espresso.InjectEventSecurityException: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission"