[tor-commits] [Git][tpo/applications/android-components][android-components-73.0.3-10.5-1] squash! Bug 40007: Port external helper app prompting

Matthew Finkel gitlab at torproject.org
Tue Mar 16 02:25:30 UTC 2021



Matthew Finkel pushed to branch android-components-73.0.3-10.5-1 at The Tor Project / Applications / android-components


Commits:
1b413972 by Matthew Finkel at 2021-03-16T02:24:06+00:00
squash! Bug 40007: Port external helper app prompting

Bug 40045: Add External App Prompt for Sharing Images

- - - - -


1 changed file:

- components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt


Changes:

=====================================
components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt
=====================================
@@ -163,7 +163,7 @@ fun Context.shareMedia(
     }
 
     return try {
-        startActivity(shareIntent)
+        TorUtils.startActivityPrompt(this, shareIntent)
         true
     } catch (error: ActivityNotFoundException) {
         Log.log(Log.Priority.WARN, message = "No activity to share to found", throwable = error, tag = "shareMedia")



View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/1b41397232eeadb5419a551a1269acfab1a4a23b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/1b41397232eeadb5419a551a1269acfab1a4a23b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20210316/205ed222/attachment-0001.htm>


More information about the tor-commits mailing list