ActivityNotFoundException for CREATE_DOCUMENT intent
This looks similar to #2097 (closed), but with CREATE_DOCUMENT instead of OPEN_DOCUMENT.
- Android version: 7.1.1
- Phone model: Meitu MP1709
- Briar version: 1.3.8 (80767753)
Last lines of log:
10-03 16:14:39.625 I/BaseActivity: Pausing ConversationActivity
10-03 16:14:39.641 I/BaseActivity: Creating ImageActivity
10-03 16:14:39.681 I/BaseActivity: Starting ImageActivity
10-03 16:14:39.685 I/BaseActivity: Resuming ImageActivity
10-03 16:14:40.191 I/BaseActivity: Stopping ConversationActivity
Stacktrace:
No Activity found to handle Intent { act=android.intent.action.CREATE_DOCUMENT typ=*/* (has extras) }
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.CREATE_DOCUMENT typ=*/* (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523)
at android.app.Activity.startActivityForResult(Activity.java:4227)
at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:574)
at androidx.core.app.ActivityCompat.startActivityForResult(ActivityCompat.java:234)
at androidx.activity.ComponentActivity$2.onLaunch(ComponentActivity.java:208)
at androidx.activity.result.ActivityResultRegistry$2.launch(ActivityResultRegistry.java:166)
at androidx.activity.result.ActivityResultLauncher.launch(ActivityResultLauncher.java:47)
at org.briarproject.briar.android.conversation.ImageActivity.lambda$showSaveImageDialog$2(ImageActivity.java:266)
at org.briarproject.briar.android.conversation.ImageActivity.lambda$showSaveImageDialog$2$ImageActivity(ImageActivity.java)
at org.briarproject.briar.android.conversation.-$$Lambda$ImageActivity$ko_mlYveGbWbVoqWLtXvgqGatns.onClick(lambda)
at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6314)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1097)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:951)
We have two reports of this but they look like they come from the same device, so I won't add it to the current milestone yet.