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

Commit 84ebcac3 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

Merge "Disable use of RevocableFileDescriptor for blob reads." into...

Merge "Disable use of RevocableFileDescriptor for blob reads." into rvc-qpr-dev am: b4289dbe am: 641b12e3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12683844

Change-Id: Ie689ec6ef51e31437ddf0d9c75ec7e5327c20562
parents ae03c696 641b12e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ class BlobStoreConfig {
         */
        public static final String KEY_USE_REVOCABLE_FD_FOR_READS =
                "use_revocable_fd_for_reads";
        public static final boolean DEFAULT_USE_REVOCABLE_FD_FOR_READS = true;
        public static final boolean DEFAULT_USE_REVOCABLE_FD_FOR_READS = false;
        public static boolean USE_REVOCABLE_FD_FOR_READS =
                DEFAULT_USE_REVOCABLE_FD_FOR_READS;