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

Commit b1868f7c authored by XingHaiLu's avatar XingHaiLu Committed by xinghailu
Browse files

Add flag for read_all_external_storage_files

The flag is used in the long term solution of download files B&R
project(go/dd-br-download-files). It will be used in
- AppOpsManager which creates new appop
- os/Environment which creates new public api to read external files

The flag is added in the backup repo due to it's a B&R project and
teamfood will be launched inside the backup team.

Bug: 376598575
Test: FLAG_ONLY
FLAG: com.android.server.backup.enable_read_all_external_storage_files
Change-Id: I3c4e122fe6499a612b3986011bd021eb64c319af
parent 3b39d8a1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -69,3 +69,11 @@ flag {
    bug: "376661510"
    is_fixed_read_only: true
}

flag {
    name: "enable_read_all_external_storage_files"
    is_exported: true
    namespace: "onboarding"
    description: "Enables read all external storage files"
    bug: "376598575"
}
 No newline at end of file