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

Commit 1454dc9f authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

Introduce aconfig flag to guard support for minor SDK versions in minSdkVersion

Bug: 377689343
Test: m
Flag: EXEMPT no need to flag the introduction of new flags
Change-Id: I673144d91e6ab795aa621123549ee026dff54b93
parent 793c88f2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -358,3 +358,10 @@ flag {
    bug: "377474232"
    is_fixed_read_only: true
}

flag {
    name: "support_minor_versions_in_minsdkversion"
    namespace: "package_manager_service"
    description: "Block app installations that specify an incompatible minor SDK version"
    bug: "377474232"
}