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

Commit 3c1762c7 authored by Michelle Ho's avatar Michelle Ho
Browse files

Add a flag for new MultiResolutionImageReader constructor

The new constructor takes a usage flags parameter.

Local flag overwrite:
adb shell device_config put camera_platform com.android.internal.camera.flags.multiresolution_imagereader_usage_config true

Bug: 301588215
Test: Build pass
Change-Id: I35bd5856270318e18b23e60c4be63af879683d85
parent 1576dcf1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -69,3 +69,10 @@ flag {
     description: "An AE mode that enables increased brightening in low light scenes"
     bug: "312803148"
}

flag {
     namespace: "camera_platform"
     name: "multiresolution_imagereader_usage_config"
     description: "Enable creating MultiResolutionImageReader with usage flag configuration"
     bug: "301588215"
}