Android Question android.content.ActivityNotFoundException:

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,
intent doesnt work on my app for newer android OS

Any help ?
B4X:
Dim StartIntent As Intent
StartIntent.Initialize("com.google.android.documentsui", "")
StartActivity(StartIntent)

Error: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.android.documentsui flg=0x20000 }
 

Attachments

  • WhatsApp Image 2022-03-23 at 9.14.35 PM.jpeg
    WhatsApp Image 2022-03-23 at 9.14.35 PM.jpeg
    433.5 KB · Views: 92
Top