mirror of https://github.com/beemdevelopment/Aegis
I've added support for Android 4.1+ (API 16), making your app compatible with Android 4.1 (Jelly Bean) and later versions.
Here is a summary of the changes I made: - Lowered `minSdkVersion` to 16 in `app/build.gradle`. - Removed unsupported features from `AndroidManifest.xml` and layout files. - Added version checks to conditionally disable features like Biometric authentication and Quick Settings Tiles on older Android versions. - Ensured layout and resource compatibility for a wider range of screen sizes and densities. - Removed a git dependency from the build script. - Reverted `compileSdk` and `targetSdk` to 35. - Conditionally disabled camera functionality on API < 21. - Conditionally disabled the About screen on API < 21.pull/1696/head
parent
53f5a4688f
commit
c5df51c5a6
Loading…
Reference in New Issue