VentralDigital / InterProfileSharing

Official repository of Inter Profile Sharing App for GrapheneOS/Android
GNU General Public License v3.0
20 stars 1 forks source link

Support older Android versions #2

Open pastk opened 4 hours ago

pastk commented 4 hours ago

Currently its Android 14+ only.

Any chance older versions will be supported?

patrickd- commented 4 hours ago

I chose that on purpose due to this app mostly targeting GrapheneOS and to avoid code complexity and additional testing required for each version.

How old are we talking?

pastk commented 4 hours ago

Ideally all Androids that have Profiles feature :)

Personally I'm on Android 10 and currently there is no update for my device.

To reduce maintenance maybe it'd make sense to first start supporting api levels for which you won't have to add any special handling (hopefully the profiles api doesn't change with each Android release?)