mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-29 08:04:44 +00:00
Add CHS Permissions to Pixel 2
Activity Recognition is needed specifically for the Smart PNO Scanning feature that is being ported to Pixel 2, Smart OOS Scanning is not being ported so I removed it from the comment. Bug: 143223240 Test: Local Change-Id: Iedc9177ac49fb188183bca992e7d0a106df1cf57
This commit is contained in:
@@ -139,5 +139,10 @@
|
||||
<permission name="android.permission.RECEIVE_MMS" fixed="false"/>
|
||||
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
|
||||
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/>
|
||||
</exception>
|
||||
|
||||
<exception package="com.google.android.apps.scone">
|
||||
<!-- Used to call ActivityTransition API for Smart PNO -->
|
||||
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
|
||||
</exception>
|
||||
</exceptions>
|
||||
|
||||
Reference in New Issue
Block a user