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

Commit fb379e8f authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

change from allowlist to blocklist

parent 45adc5e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -130,7 +130,8 @@ class AgeRatingProvider : ContentProvider() {
                }
                val contentsRatings = contentRatingsDeferred.awaitAll()
                contentsRatings.forEachIndexed { index: Int, isValid: Boolean? ->
                    if (isValid == true) {
                    if (isValid == false) {
                        // Collect package names for blocklist
                        cursor.addRow(arrayOf(packagesNames[index]))
                    }
                }