Android 11 file access error. WM27-28 May 04, 2023 09:07PM |
Registered: 6 years ago Posts: 152 |
Re: Android 11 file access error. WM27-28 May 05, 2023 09:29AM |
Registered: 6 years ago Posts: 233 |
Re: Android 11 file access error. WM27-28 May 05, 2023 10:05AM |
Registered: 3 years ago Posts: 118 |
//Path - ANDROID <COMPILE IF TypeConfiguration=Android> //As of Android 11, fDataDir(), fExeDir(), fCacheDir, etc return // /data/user/0/com.company.appname/... //This folder is only accessible on a rooted device which is something that we don't //want for our WMS solutions. In this case we create a generic accessible app folder IF SysNbExternalStorage() >= 1 THEN IF SysStatusExternalStorage(1) = sseAvailable THEN DATA_Path = SysDirExternalStorage(1,sseAppFile) + [fSep] END END <END>
Re: Android 11 file access error. WM27-28 May 05, 2023 05:40PM |
Registered: 6 years ago Posts: 152 |
mo_StoragePath = SysDirExternalStorage(1,ssePublicDocument)+[fSep]+StorageFile