Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
64 views

In Android, there is the system sharesheet. I can see that some apps (WhatsApp, Telegram) insert destinations for specific people into it. When an app opens the shareseet, I can see a couple of ...
1 vote
0 answers
62 views

I am unable to share a URL with my app because the app doesn't appear in the share sheet when I test it on Google Chrome and Firefox. The relevant snippet for the AndroidManifest.xml is as follows: ...
1 vote
0 answers
121 views

share sheet example Disabling android.permission.BIND_CHOOSER_TARGET_SERVICE From apps services isn't working. Share targets still appears in share sheet. So how to block them or remove the quick ...
0 votes
4 answers
175 views

My app captures a video and saves it to disk using MediaStore. Then, it shares the video using the Android's default share sheet. The code is as following: private fun shareMediaItem(uri: Uri) { ...
1 vote
1 answer
161 views

Trying to implement an Android share sheet, and following the official docs. The sheet comes up and the sharing works as expected. However, the broadcast receiver never fires. Here is the code: In the ...
2 votes
1 answer
1k views

I'm working to support android 14 in a certain app, i'm having one issue with android native share sheet, since we have a pending intent with FLAG_MUTABLE, i'm getting this error 2023年10月16日 14:23:20....
0 votes
2 answers
297 views

We wanted to detect if user clicked on copy option available on android share sheet. Is it possible? We want to do it for tracking purposes.
6 votes
3 answers
7k views

I want to use Share functionally in my React Native application but there is one exception, I don't want to share a content from my app, I want to share content from another app to my app, how is it ...
1 vote
2 answers
1k views

I want to build this custom share sheet shown in the screenshot depending on the apps that are on the mobile, could anyone tell me if it's possible? screenshot i am currently using flutter's ...
2 votes
0 answers
184 views

Does anyone know if it's possible to track when the "Copy" link button is tapped in the Android system share sheet? Using an IntentSender and extracting the chosen component from the result ...
0 votes
1 answer
1k views

I have the code below to share a video file (.mp4) using an Android Sharesheet. The code works ok and the video does get shared but I have a few issues that do not meet my requirements. I was hoping ...
2 votes
0 answers
1k views

I'm trying to add my app to the list of available shares for other apps, and I wanted to make sure I had it right. The documentation doesn't explicitly state this, and I really want to be sure of what ...
1 vote
1 answer
899 views

Since Android 10+, the Android Sharesheet has supported providing image previews of files shared using ACTION_SEND. Making a custom ActivityResultContract with the Android documentation for sending ...
0 votes
1 answer
774 views

I'm a newbie to Android programming. I'm building an app with sharing feature as the first picture. When the user shares a file, I want to show the bottom sheet menu as dialog like the 2nd picture. ...
1 vote
1 answer
962 views

I want remove or add the app icon to be shown when sharing inside my app. When clicking the Share the App button in my App. It works but in some samsungs device it visible icon. It shows like Below ...
MKD's user avatar
  • 570

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /