From 7bb1b5d17082c0ccf0d3d58d0dddb43bcec8ef97 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Fri, 21 Jul 2023 18:20:10 +0900 Subject: [PATCH] Update seapp_contexts precedence documentation Bug: 280547417 Test: TH Change-Id: I914ef7a7f87b0646411a67e4eec128b61d3ff321 --- private/seapp_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private/seapp_contexts b/private/seapp_contexts index c22c046f1..2c1f05546 100644 --- a/private/seapp_contexts +++ b/private/seapp_contexts @@ -69,6 +69,8 @@ # minTargetSdkVersion= integer. Note that minTargetSdkVersion= # defaults to 0 if unspecified. # (8) fromRunAs=true before fromRunAs=false. +# (9) Platform seapp_contexts files (system, system_ext, product) before +# vendor seapp_contexts files (vendor, odm). # (A fixed selector is more specific than a prefix, i.e. ending in *, and a # longer prefix is more specific than a shorter prefix.) # Apps are checked against entries in precedence order until the first match,