Launch specific intent of external package in android 11. (package visibility)

70 views Asked by At

I want to open the intent of my app from ODK collect app in android 11. After research, I came across this blog (https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9) about how to do it.

Am trying to call an intent of my app from ODK Collect in android 11. I am experiencing challenges in terms of package visibility. Below is what I have done so far.

Definition in ODK collect xml form body::intent mlw.mw.odklookupupdater.VerifiyActivity(id='9021',question_id="12099191")

0

There are 0 answers