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

Commit e7e3572b authored by Jeongik Cha's avatar Jeongik Cha Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I3961c5a2cd7c427f7ca58b4fc7aebeac208ae836
parents d117bf6d a1296697
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;