BKrishna

Results 14 comments of BKrishna

After giving permission to the app using permission method : var fPerCheck: File = new File(); fPerCheck.addEventListener(PermissionEvent.PERMISSION_STATUS, checkPermissions); try { fPerCheck.requestPermission(); } catch (e: Error) { // another request is...

I already purchased Harman's Adobe Air, UDID ane, pdf viewer ane. So I not in position to purchase another ANE. Is there any free ANE available for android to retrieve...

Mine Developing Mode App on PlayStore : **_https://play.google.com/store/apps/details?id=air.EduLearningApp_** You can login using Mobile OTP authentication. Currently in the app, the data is storing in **Application storage directory** i.e. **File.applicationStorageDirectory** syntax....

Hi... Thanks for reply. File.applicationStorageDirectory—a storage directory unique to each installed AIR application means it is a cache / application linked folder i.e. the downloaded data will destroy as soon...

Hi... Finally I created ANE which retrieve all the list of the drive including internal and pure external or removable drives. My ANE retrieve SD card location so that we...

The reason to reopen is Android is not giving access to the external storage write permission. Our SDK syntax for writing external storage is : **File.applicationRemovableStorageDirectory.resolvePath("Filename");** But My data is...

> Hi > > The `applicationRemovableStorageDirectory` is an application-specific folder, hence the subfolder structure that's then provided. This is obtained via the Android APIs. > > To actually write to...

It already had been more than 10 days. No response. I had done some research and found that, To save data in external location on mobile (currently i.e. document directory)...

The blank "" was **``**. Thanks for resolving the issue for internal storage i.e. `File.documentsDirectory.resolvePath("Documents").resolvePath("MyFile.txt")`. I will check for this. Is this documented in our Air SDK release notes. Sorry...