Jump to content

Paul12

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by Paul12

  1. I need to share a file using Android built-in handlers - e.g. email/whatsapp etc. This is done by creating a TJintent and giving it a URI containing the filename I can get the share activity up, however any attempt to give it the filename results in a security exception 'FileURIExposedException' Apparently you used to be able to just give it a 'file://' URI, but later version of android blocked this. Does anyone have a sample program that does this ? It may need modifying the manifest file ?? I have allready added Intent.addFlags(TJIntent.JavaClass.FLAG_GRANT_READ_URI_PERMISSION); to the intent but that does not help. The file is in TPath.GetSharedDocumentsPath Thanks.
  2. Hi, I wish to create a splash screen in android to show activity (preventing user input while processing) A simple form with a Skia/lotte animation does the trick, though only .Show not .ShowModel works in Android but it covers the whole screen It would be better if it appeared over the current activity form. Any suggestions on how to do this ?
×