diff --git a/app/src/main/java/org/fdroid/fdroid/data/DBHelper.java b/app/src/main/java/org/fdroid/fdroid/data/DBHelper.java index 771a2ba7e..7ab4ed480 100644 --- a/app/src/main/java/org/fdroid/fdroid/data/DBHelper.java +++ b/app/src/main/java/org/fdroid/fdroid/data/DBHelper.java @@ -322,16 +322,16 @@ public class DBHelper extends SQLiteOpenHelper { /** * Look for additional, initial repositories from the device's filesystem. - * These can be added as part of the ROM ({@code /system} or included later - * by vendors/OEMs ({@code /vendor}, {@code /odm}, {@code /oem}). These are - * always added at a lower priority than the repos embedded in the APK via + * These can be added as part of the ROM ({@code /system} or {@code /product} + * or included later by vendors/OEMs ({@code /vendor}, {@code /odm}, {@code /oem}). + * These are always added at a lower priority than the repos embedded in the APK via * {@code default_repos.xml}. *
- * ROM has the lowest priority, then Vendor, ODM, and OEM.
+ * ROM (System) has the lowest priority, then Product, Vendor, ODM, and OEM.
*/
private static List