revanced-manager
revanced-manager copied to clipboard
feat: Support API 21
Adds support for API 21, the oldest API supported by Compose.
TODO:
- [ ] Notifications requires API 26
- [ ]
StandardCopyOption.REPLACE_EXISTINGrequires API 26 - [x]
setInstallReasonrequires API 26 - [ ]
CompactDecimalFormatrequires API 24 - [ ]
connectivityManager.activeNetworkrequires API 23 - [x]
app.checkSelfPermissionrequires API 23 - [x]
pm.isIgnoringBatteryOptimizationsrequires API 23 - [ ] Patches don't seem to load correctly on anything lower than API 26
Currently it will launch on API 23, but anything below that crashes on startup.
I don't think it is worth it to support this low, so I am closing this.