Hacker News new | ask | show | jobs
by tripzilch 4203 days ago
Would be nice if you could request "you're using an older version of Android so we need more scary permissions".
1 comments

You can.

Split your APK based on SDK version. Have different manifests with different permissions & code for the respective versions. The new Gradle toolchain makes all of that easy to do, but it is tough to maintain lots of version specific code long term.