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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user