I want to create a floating view ,I have android Marshmallow,I have found many guides on how to do this ,but every guide guides to add permission
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
on android Marshmallow i need to ask for it at run time,my question is how apps like skype,facebook ,uses this feature without asking for this permission.