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