Jump to content

rebotea

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Hi my App uses save images and text files how can i change my path so i can continue save and load files or images? Thanks PermissionsService.RequestPermissions(['android.permission.READ_EXTERNAL_STORAGE', 'android.permission.WRITE_EXTERNAL_STORAGE','android.permission.CAMERA'], function CaminhoRaiztelm: string; var MusicPathLength: integer; MusicPath, SDCardPath: string; begin MusicPath:=TPath.GetPublicPath; MusicPathLength:=Length(MusicPath); SDCardPath:=Copy(MusicPath, 0, MusicPathLength-5); Result:=SDCardPath; end; load and save files //PastaGrava:= trim (CaminhoRaiztelm+'Manut');
  2. Thank´s i missed that parte!
  3. my AndroidManifest.xml <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.embarcadero.ot.fileprovider" android:exported="true" android:grantUriPermissions="true"> <meta-data error Uploaded an APK or Android App Bundle that has an activity, activity alias, service, or streaming receiver with an intent filter, but no "android:exported" property set. Cannot install this file on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported
  4. Hi i have i issue like many people i think wit Delphi Sydney- Android compilation for 32 i have try the solution below but i have a error when load to Google. Is there another workaround? Thanks First all i use: and i change from <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="32" /> android:exported="true" and i get a error when i load file to https://play.google.com developer.android.com/about/versions/12/behavior-changes-12#exported
×