Android Question Can I use different manifest file to different Android versions?

asales

Expert
Licensed User
Longtime User
I get struggle with this problem
I want to use the FirebaseRemoteConfig lib, but it raises an error in Android 4.4- if I change the line in manifest.

Is possible to give this two line in manifest (or use different manifest files) and use one or other according to the android version?
Android 4.4- : CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
Android 4.4+ : CreateResourceFromFile(Macro, FirebaseRemoteConfig.Firebase)

Thanks in advance for any tip.
 

eps

Expert
Licensed User
Longtime User
How many devices with Android 4.4, let alone 4.2 have installed your App? Mine is probably less than 1% so time to eject those I think!
 
Upvote 0
Top