sharing

  1. Alexander Stolte

    Android Question File Provider share file with text description

    Hello, i have this code to share a file: Dim in As Intent in.Initialize(in.ACTION_SEND, "") in.SetType("text/plain") 'it is not related to the file itself. in.PutExtra("android.intent.extra.STREAM", Main.fun.CreateFileProviderUri(Starter.shared, "share.jpeg"))...
Top