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

Commit 17115bdb authored by Dario Freni's avatar Dario Freni Committed by Gerrit Code Review
Browse files

Merge "Include NOTICE from /product and /product_services"

parents 0c7343cc a1766a1b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,9 @@ public class LicenseHtmlLoader extends AsyncLoader<File> {
            "/system/etc/NOTICE.xml.gz",
            "/vendor/etc/NOTICE.xml.gz",
            "/odm/etc/NOTICE.xml.gz",
            "/oem/etc/NOTICE.xml.gz"};
            "/oem/etc/NOTICE.xml.gz",
            "/product/etc/NOTICE.xml.gz",
            "/product_services/etc/NOTICE.xml.gz"};
    private static final String NOTICE_HTML_FILE_NAME = "NOTICE.html";

    private Context mContext;