koenidv/sph-planner

Debugger: Custom share target

github-actions opened this issue · 0 comments

Debugger: Custom share target

Provide a share target to open a user's email app with debug data

// todo Debugger: Custom share target

                    .apply {
                        flags = Intent.FLAG_ACTIVITY_NEW_TASK
                        // todo Debugger: Custom share target
                        // Provide a share target to open a user's email app with debug data
                    }
            appContext().startActivity(chooser)
        }
ndex a3d196a..fe6cb93 100644
++ b/app/src/main/java/de/koenidv/sph/networking/Messages.kt

de43b98d23574e9f9677f77b95ce1353bb6f82f7