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

Commit 3ce5b630 authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

android.content.pm.support_minor_versions_in_minsdkversion: fix incorrect bug: field

Update the bug: field of the aconfig flag
android.content.pm.support_minor_versions_in_minsdkversion; the old
value was a copy-and-paste error.

Bug: 377302905
Test: treehugger
Flag: EXEMPT changes to flags are not flagged
Change-Id: I933f755954f174cf24c18be8fc4cceab8124fdc5
parent 1ab7b554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ flag {
    name: "support_minor_versions_in_minsdkversion"
    namespace: "package_manager_service"
    description: "Block app installations that specify an incompatible minor SDK version"
    bug: "377474232"
    bug: "377302905"
}

flag {