Change LicenseHtml search path from product_services -> system_ext am: a12966975c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1365958

Change-Id: I3961c5a2cd7c427f7ca58b4fc7aebeac208ae836
This commit is contained in:
Jeongik Cha
2020-07-21 19:42:31 +00:00
committed by Automerger Merge Worker

View File

@@ -38,7 +38,7 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> {
"/odm/etc/NOTICE.xml.gz",
"/oem/etc/NOTICE.xml.gz",
"/product/etc/NOTICE.xml.gz",
"/product_services/etc/NOTICE.xml.gz"};
"/system_ext/etc/NOTICE.xml.gz"};
static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";
private final Context mContext;