xref: /aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/flags/usb_flags.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "com.android.server.usb.flags"
2container: "system"
3
4flag {
5    name: "allow_restriction_of_overlay_activities"
6    namespace: "usb"
7    description: "This flag controls the restriction of usb overlay activities"
8    bug: "307231174"
9}
10
11flag {
12    name: "enable_bind_to_mtp_service"
13    namespace: "usb"
14    description: "This flag enables binding to MtpService when in mtp/ptp modes"
15    bug: "332256525"
16}
17
18flag {
19    name: "check_user_action_unlocked"
20    namespace: "usb"
21    description: "This flag checks if phone is unlocked after boot"
22    bug: "73654179"
23}
24