Add alternative support for QUERY_ALL_PACKAGES in play flavor

This commit is contained in:
世界
2025-12-25 01:49:27 +08:00
parent 104da5d312
commit 08f51d5469
22 changed files with 855 additions and 169 deletions

View File

@@ -95,10 +95,6 @@ object Vendor : VendorInterface {
return null
}
override fun isPerAppProxyAvailable(): Boolean {
return true
}
override fun supportsTrackSelection(): Boolean {
return true
}