本文介绍了如何退出屏幕固定-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

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

And to exit from Screen Pinning user can do the following

我想问的是

谢谢.

推荐答案

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

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

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

09-05 07:51
查看更多