Android Studio – Android 12 is blocking the touches when using the <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
I am using <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> to show a pop up which overlay over other apps but android 12 is blocking the touches . As per the documentation it blocks the touch events how can i allow touches on android…