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

Commit 7b6cb6ca authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Add icon_load_drawable_return_null_when_uri_decode_fails flag

Bug: 335878768
Flag: ACONFIG com.android.graphics.flags.icon_load_drawable_return_null_when_uri_decode_fails START
Test: NA
Change-Id: Ie2a89e042405c7d6e78e164acdd1db5d38b0e528
parent a23b4d37
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,3 +16,11 @@ flag {
     description: "Feature flag for YUV image compress to Ultra HDR."
     bug: "308978825"
}

flag {
    name: "icon_load_drawable_return_null_when_uri_decode_fails"
    is_exported: true
    namespace: "core_graphics"
    description: "Return null when decode from URI fails in Icon.loadDrawable()"
    bug: "335878768"
}