Siubeng
Siubeng
It actually needs startup at boot for making timer work. Next version I will add a boot complete receiver. Thanks for your feedback and patient very much.
感谢提醒~ 之前曾向 Google Play 举报过另一个直接使用原图片的应用,没有收到回应。这次再填写一次投诉看看,如果没有消息我也放弃了(
Currently we don't have any plan to change logo. Thanks for you support.
Maybe it's a good idea to use dark status icons (`android:windowLightStatusBar` attribute which is implemented in Android 6.0). I will try it.
The new manual toggle is at left-top corner, that sun/moon icon. Sorry for inconvenience.
@AdKiller Thanks for your feedback. Sometimes I meet the same problem about QS tiles, I will check it. If you want to get previous version app, you can uninstall current...
Thanks for suggestions. I will try to make out them.
感谢 @Typhonling 反馈,下个版本会尝试加入该包名。不完全保证能够适配,请问可否再提供一下 “这款手机的截图通知” 的截图作为参考?
按道理这个 Activity 应该不会在最近任务中显示,请问系统是什么以及 Android 版本是多少?
是的,Android 8.0 的画中画原理本质是一个 Activity,我的设计时当画中画被还原 “全屏” 窗口时就自动打开图片(当然还会碰到选择器)。 按道理我这种用法比较 dirty,一般应用使用这个功能在被还原窗口时应当提供完善的 UI,而不是直接消失。 国庆假期如无意外我会修复这个问题,非常感谢您的详细测试反馈。 预期的两种修复方案: 1、改善画中画现有的交互,点击后展开全屏不是直接打开图片,而是提供一些操作选项。 2、自己实现悬浮窗(还能兼容旧版本 Android)