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:
Evan Tyra
2019-11-18 11:58:16 -05:00
parent 2aec5d4f60
commit 9ffd3bd3bc

View File

@@ -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>