Loading packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlLoaderCompat.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,8 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> { "/vendor/etc/NOTICE.xml.gz", "/vendor/etc/NOTICE.xml.gz", "/odm/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/etc/NOTICE.xml.gz", "/product_services/etc/NOTICE.xml.gz"}; static final String NOTICE_HTML_FILE_NAME = "NOTICE.html"; static final String NOTICE_HTML_FILE_NAME = "NOTICE.html"; private final Context mContext; private final Context mContext; Loading Loading
packages/SettingsLib/src/com/android/settingslib/license/LicenseHtmlLoaderCompat.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,8 @@ public class LicenseHtmlLoaderCompat extends AsyncLoaderCompat<File> { "/vendor/etc/NOTICE.xml.gz", "/vendor/etc/NOTICE.xml.gz", "/odm/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/etc/NOTICE.xml.gz", "/product_services/etc/NOTICE.xml.gz"}; static final String NOTICE_HTML_FILE_NAME = "NOTICE.html"; static final String NOTICE_HTML_FILE_NAME = "NOTICE.html"; private final Context mContext; private final Context mContext; Loading