通过Gradle引用 Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url https://jitpack.io } } } Step 2. Add the dependency dependencies { implement
FloatView floatview on windowmanager,and you can be easy to add call show by using it 自定义floatview,无需申明悬浮框权限,利用WindowManager TYPE_TOAST实现全站浮动式按钮,重写touch事件实现任意拖动,将view加入windowmanager层,可以使用控件实现类似来电秀的效果。 MIUI使用TYPE_TOAST也会无效,所以MIUI系统中需要在manifest里面注册SYS