启动 Activity 时使 Android 小部件不可见
我有一个小部件,当我单击它时,我正在开始具有透明背景的新活动,我想隐藏该小部件,以便只有该活动出现在主屏幕上,或者找到一种方法将活动窗口放在小部件的顶部,但我无法使用intent.getSourceBounds方法,因为我没有使用API级别7或更高版本
i have widget and when i click on it i'm starting new activity with transparent backround and i wanna hide that widget so only the activity is present on the homescreen or find a way to put the activity window on the top of the widget but i cant use intent.getSourceBounds method cause i'm not using API level 7 or above
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已使用以下代码
创建远程视图,请尝试使用以下代码
示例,并使用以下代码设置整个小部件的可见性
Try with the following code sample
if you have created Remote views using the following code
set visibility of the whole widget using following code
我找到了解决方案
I found the solution