Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 984aa88a authored by George Chan's avatar George Chan Committed by Android (Google) Code Review
Browse files

Merge "Add new AAPM USB data protection flags and update bug number." into main

parents c55605ce 03a8d08a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -152,6 +152,20 @@ flag {
    bug: "389958463"
}

flag {
    name: "aapm_feature_usb_data_protection_delay_disable_auto_only"
    namespace: "preload_safety"
    description: "Limiting the delay disable for USB upon unplug only to auto connections"
    bug: "444044714"
}

flag {
    name: "aapm_feature_usb_data_protection_disable_data_for_charger_upon_lock"
    namespace: "preload_safety"
    description: "Disable USB data upon lock if existing connection is power brick"
    bug: "444044714"
}

flag {
    name: "implicit_uri_grants_restricted_for_sendmultiple_imagecapture_actions"
    namespace: "permissions"