Jude Ben
Jude Ben

Reputation: 7

Android SYSTEM_ALERT_WINDOW permission Still shown after remove in manifest

i included the <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>in the Manifest to use, Now i removed it, clean and rebuild the project but its still showing "the permit drawing over other apps" dialog which is grey What should i do to fully remove this permission?

see pictures

Upvotes: 1

Views: 349

Answers (1)

Ravi Kilnake
Ravi Kilnake

Reputation: 175

remove the code from your main java file

Upvotes: 1

Related Questions