简体   繁体   English

安卓从锁屏启动应用程序

[英]Android Start App From Lockscreen

Is it possible to start and app from lockscreen, without opening the lock? 是否可以从锁屏启动和应用程序,而无需打开锁?

Every time i lock my phone and want to use it again, i must enter a password or the correct sequence of pattern to be able to use my phone. 每次我锁定手机并想再次使用它时,我必须输入密码或正确的图案序列才能使用我的手机。 But i want to add an specific app on the lockscreen as a shortcut, so that i don't need to enter a pass or a sequence of pattern to be able to open the app. 但我想在锁屏上添加一个特定的应用程序作为快捷方式,这样我就不需要输入一个传递或一系列模式来打开应用程序。

is this possible? 这可能吗?

i want to open an app added on the lockscreen without unlocking the screen. 我想在没有解锁屏幕的情况下打开锁屏上添加的应用程序。

i have tried looking for solutions but cant seem to find any. 我试过寻找解决方案但似乎无法找到任何解决方案。

you need this permission too: 你也需要这个权限:

<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />

original post: 原帖:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM