From e854f53140848208685e7972e86f1c9c9861678e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 23 Jan 2023 09:26:14 -0500 Subject: [PATCH] some more things discovered --- Notes.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Notes.rst b/Notes.rst index 6129cd1..19afc4e 100644 --- a/Notes.rst +++ b/Notes.rst @@ -1,6 +1,10 @@ notes ===== +* Debugging tools / techniques + + * https://www.browserstack.com/pricing + * Build a PrivateStorage-related Android application * Build an app that can interact with magic-folders somehow @@ -243,3 +247,16 @@ notes * Integrate a Python Tahoe-LAFS runtime with a GUI * Build a GUI + + +* am start -a android.intent.action.VIEW -t image/jpeg "file:///publiccert.pem" + + * Child process that will start an intent and an activity + * https://github.com/nomeata/kaleidogen/blob/android/src/CanvasSave.hs#L49 + +* Handle incoming intents + + * https://github.com/gonimo/gonimo/blob/master/front-android/app/Android.hs + * https://github.com/obsidiansystems/android-activity/ + + * Hard to build -- GitLab