码迷,mamicode.com
首页 >  
搜索关键字:android锁屏    ( 25个结果
Android锁屏状态下弹出activity,如新版qq的锁屏消息提示
在接收消息广播的onReceive里,跳转到你要显示的界面。如:Intent intent = new Intent(arg0,MainActivity.class);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); arg0.startActivi.....
分类:移动开发   时间:2014-09-10 15:33:30    阅读次数:184
Android锁屏状态下弹出activity
在接收消息广播的onReceive里,跳转到你要显示的界面。如: Intent intent = new Intent(arg0,MainActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); arg0.startActivity(intent); 在该activity的onCreate()方法里: ...
分类:移动开发   时间:2014-08-25 13:26:54    阅读次数:297
android锁屏软件制作
android制作锁屏软件的流程概要和代码示范...
分类:移动开发   时间:2014-06-25 19:27:29    阅读次数:217
小蔡一键锁屏应用
小蔡一键锁屏,一键Android锁屏应用,彻底解放开关机键~下载地址:http://download.csdn.net/detail/jczmdeveloper/7329447
分类:其他好文   时间:2014-05-12 01:10:03    阅读次数:336
Android判断屏幕锁屏的方法总结
转载请注明: 由于做一个项目,需要判断屏幕是否锁屏,发现网上方法很多,但是比较杂,现在进行总结一下: 总共有两类方法: 一、代码直接判定 二、接收广播 现在先说第一类方法(代码直接判定): 1、通过PowerManager的isScreenOn方法,代码如下: PowerManager pm = (PowerManager) context.getSystemServ...
分类:移动开发   时间:2014-04-29 13:35:21    阅读次数:386
25条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!