Fix the @RequiresPermission annotation.
We initially were using PACKAGE_USAGE_STATS permission to guard the API BroadcastOptions.recordResponseEventWhileInBackground() but changed it's implementation to use the new ACCESS_BROADCAST_RESPONSE_STATS permission later but didn't update the annotation to specify the new permission. Bug: 228894230 Test: treehugger Change-Id: I5142e2d2f754e8014c0c291d56b5ec2254449e77
Loading
Please register or sign in to comment