commit | e34d70e198b5dd0dca3c8e4e7e56a403346278a2 | [log] [tgz] |
---|---|---|
author | qiushihan <hanqiushitju@gmail.com> | Wed Dec 30 11:01:30 2015 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Nov 27 08:41:59 2016 +0530 |
tree | 86b8a4a1924bd71a3943e6da2fd69028398da6ae | |
parent | 9784ba7746f33951698a7d89a801420fa2d4ba85 [diff] |
Cancel unlock sound when screen if off If window has WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD flag, when press power, there will be at least two sounds came out. There is no need to play unlock sound when screen is off, just cancel it. Google issue: https://code.google.com/p/android/issues/detail?id=197877 Signed-off-by: mydongistiny <jaysonedson@gmail.com>