-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
华为荣耀v8最新的7.0系统上的一些问题 #13
Comments
华为mates上(6.0的系统)跳转也不对,而且跳出来的界面进不去悬浮窗管理 |
经过测试,似乎直接调用emui3.1的方法可行(测试了emui5.0和emui4.1) 只不过华为的机子可能也得像魅族一样单独适配了 ps:FloatWindowManager的commonROMPermissionApply添加对华为机型的单独操作。 并且将HuaweiUtils.applyPermission默认调用3.1的适配方法: |
OK,等项目结束,抽时间处理一下 |
华为荣耀v8最新的7.0系统上,明明应用的悬浮窗权限没有给,但是依旧能打开type为TYPE_SYSTEM_ALERT的悬浮窗。
而且您的FloatWindowManager似乎也未能跳到悬浮窗管理页面(应该说跳转的位置不够合理)。希望能看看
The text was updated successfully, but these errors were encountered: