Merge "Require authentication for changing USB preferences." into main

This commit is contained in:
Jan Tomljanovic
2024-01-03 15:19:21 +00:00
committed by Android (Google) Code Review
10 changed files with 271 additions and 71 deletions

View File

@@ -20,3 +20,10 @@ flag {
description: "Gates whether to enable LE audio private broadcast sharing via QR code"
bug: "308368124"
}
flag {
name: "enable_auth_challenge_for_usb_preferences"
namespace: "safety_center"
description: "Gates whether to require an auth challenge for changing USB preferences"
bug: "317367746"
}