Loading packages/SystemUI/src/com/android/systemui/privacy/PrivacyItemController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,9 @@ class PrivacyItemController @Inject constructor( return } val userId = UserHandle.getUserId(uid) if (userId in currentUserIds) { if (userId in currentUserIds || code == AppOpsManager.OP_PHONE_CALL_MICROPHONE || code == AppOpsManager.OP_PHONE_CALL_CAMERA) { logger.logUpdatedItemFromAppOps(code, uid, packageName, active) update(false) } Loading Loading
packages/SystemUI/src/com/android/systemui/privacy/PrivacyItemController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,9 @@ class PrivacyItemController @Inject constructor( return } val userId = UserHandle.getUserId(uid) if (userId in currentUserIds) { if (userId in currentUserIds || code == AppOpsManager.OP_PHONE_CALL_MICROPHONE || code == AppOpsManager.OP_PHONE_CALL_CAMERA) { logger.logUpdatedItemFromAppOps(code, uid, packageName, active) update(false) } Loading