Hi all,
due to the troubles working with SMS and Android 4.4 KitKat as discussed here
http://www.b4x.com/android/forum/th...sages-without-notification-android-4-4.37171/
now I'm arrived at this point: I would like my app behave in a "standard way" for Android version to 4.3 and "kitkat way" if a 4.4 device is detected launching the app.
Standard way means intercepting SMS with SMS interceptor as I did til now.
KitKat way means force my app to be the default SMS app and uses static receiver to intercept SMS.
Because "kitkat way" has some disatvantages as well discussed there, I don't want to definitely move my app to this method, but only for those user that have upgraded their devices to Kitkat.
But the two methods requires different content in the manifest, so I'm asking if it is possible to change manifest programatically if a 4.4 device is detected and switch to "KitKat way"
due to the troubles working with SMS and Android 4.4 KitKat as discussed here
http://www.b4x.com/android/forum/th...sages-without-notification-android-4-4.37171/
now I'm arrived at this point: I would like my app behave in a "standard way" for Android version to 4.3 and "kitkat way" if a 4.4 device is detected launching the app.
Standard way means intercepting SMS with SMS interceptor as I did til now.
KitKat way means force my app to be the default SMS app and uses static receiver to intercept SMS.
Because "kitkat way" has some disatvantages as well discussed there, I don't want to definitely move my app to this method, but only for those user that have upgraded their devices to Kitkat.
But the two methods requires different content in the manifest, so I'm asking if it is possible to change manifest programatically if a 4.4 device is detected and switch to "KitKat way"