-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consult #1
Comments
I am guessing that Community Edition does not have the Androidapi.* source files. |
I think following codes will do the job as it worked perfectly fine. Intent := TJIntent.Create;
TJIntent.JavaClass.FLAG_GRANT_READ_URI_PERMISSION
TAndroidHelper.Context, Intent.setDataAndType(Data, StringToJString('application/pdf')); |
I'm programming with Delphi 10.3 CE, I downloaded y ran it, but does not recognize Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.JavaTypes,
Androidapi.JNI.Net, Androidapi.Helpers, FMX.Helpers.android. what do i have to do?
The text was updated successfully, but these errors were encountered: