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

Commit e76d6955 authored by Brian Lindahl's avatar Brian Lindahl
Browse files

Add flag for API for applying picture profiles

Bug: 337330263
Test: build
Flag: android.media.tv.flags.apply_picture_profiles
Change-Id: If7938d50b786301574223a4093db631c84617f13
parent ce700e42
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -80,3 +80,11 @@ flag {
    description : "Feature flag to add setResourceHolderRetain api to MediaCas and Tuner JAVA."
    bug: "372973197"
}

flag {
    name: "apply_picture_profiles"
    is_exported: true
    namespace: "media_tv"
    description : "Feature flag to enable APIs for applying picture profiles"
    bug: "337330263"
}