commit | da1b3d12ac5852be2c6222a4d36a8e3a33e0a1a0 | [log] [tgz] |
---|---|---|
author | c_jyuan <yuanjiao@codeaurora.org> | Tue Jun 14 14:43:38 2016 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Nov 27 08:45:21 2016 +0530 |
tree | 156c0965795561645e913ac2e8efaf31a3a94c4d | |
parent | 6181793564c4c7d63967286767e84cb533f5d54c [diff] |
AppOpsManager: Fix wrong coarse location permission issue Android intentionally defines 3 duplicated coarse location permissions in the mapping table, but for CTA security, it does not allow one switch to control the other 2. Therefore, it need to update the table with exact permissions. However, it is not proper to mainline currently to conflict AOSP's way. Change-Id: If534a21beb32253abb4f603c7f36b5a8b0ab0601 Signed-off-by: mydongistiny <jaysonedson@gmail.com>