首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

锁屏状态上不允许notification有响应

2012-11-10 
锁屏状态下不允许notification有响应KeyguardManager managerKeyguard (KeyguardManager)getContext().g

锁屏状态下不允许notification有响应
KeyguardManager managerKeyguard = (KeyguardManager)getContext().getSystemService(getContext().KEYGUARD_SERVICE); if(managerKeyguard.inKeyguardRestrictedInputMode()) { mDisabled = mDisabled | StatusBarManager.DISABLE_EXPAND | StatusBarManager.DISABLE_NOTIFICATION_TICKER; }

热点排行