commit | 091f514bf53a1b292a94198853f02730fc7d6198 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Wed Jan 13 12:31:54 2021 +0800 |
committer | Yi-yo Chiang <yochiang@google.com> | Wed Jan 13 09:34:37 2021 +0000 |
tree | 4c8ef3cbff227454ff3519b17364ebcb0ffcd795 | |
parent | d09c22c4e82574b224e236cebfc2bd1e1545c1d6 [diff] |
Remove feature flag "settings_dynamic_system" The API surface of com.android.dynsystem is already protected by privileged permission android.permission.INSTALL_DYNAMIC_SYSTEM, which is only granted to system apps or priv apps. Thus the feature flag check here is redundant, because eligible callers of this API (system app) can also set the feature flag. Bug: 176795908 Test: Presubmit Test: Test DSU installation Intent Change-Id: Iedac8763372ef6f11754d3f272f70753fb3d4829