如何退出屏幕固定-Android 5(仿真器) [英] How to exit from Screen Pinning - Android 5 (Emulator)

查看:199
本文介绍了如何退出屏幕固定-Android 5(仿真器)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

屏幕固定(如本页中所述 )是Android 5(Lollipop)中引入的一项新功能,使用户可以将一个活动仅临时锁定到屏幕上.激活屏幕固定后,所有其他通知都将隐藏.

Screen Pinning (as mentioned on this page) is a new feature introduced in Android 5 (Lollipop) which lets its users to temporarily lock only one Activity to the screen. All other notifications are hidden when screen pinning is activated.

可以采取以下步骤来激活屏幕固定

Following steps can be taken to activate Screen Pinning

用户可以在设置">安全性">屏幕固定"中启用屏幕固定,并通过触摸最近"屏幕中的绿色固定"图标来选择他们想要固定的任务.

Users can enable screen pinning in Settings > Security > Screen Pinning, and select the tasks they want to pin by touching the green pin icon in the recents screen.

要退出屏幕固定"用户,可以执行以下操作

And to exit from Screen Pinning user can do the following

用户可以同时按住后退"和最近"按钮退出

the user can exit by holding both the Back and Recent buttons

我想问的是

有什么方法可以退出Android Emulator 5.0 5.0的屏幕固定吗?因为我们将无法同时用鼠标同时按下后退"和最近"按钮?

Is there any way to exit from Screen Pinning on Android Emulator for 5.0?, as we won't be able to press both Back and Recent buttons at same time with mouse?

谢谢.

推荐答案

您可以使用adb命令取消固定:adb shell am task lock stop

You can unpin with an adb command: adb shell am task lock stop

这篇关于如何退出屏幕固定-Android 5(仿真器)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆