
Native Android storage and utility plugin.Storage Tools For Android provides access to native storage and utility functions on Android phones and tablets. It uses Android’s Storage Access Framework (SAF), which grants read and write access to files and folders that are selected by the end user. Selecting a folder also grants access to its descendants.Any function that affects the path of an item automatically returns the new path.Setup is quick and simple. Example code is included for all functions, as well as a demo scene that shows basic usage.Supports Android API level 26 and above, and Unity 2021 and above.Download the documentationPickersOpenFilePickerOpenMultiFilePickerOpenFolderPickerFile and folder operationsCreateFileDeleteFileCreateFolderDeleteFolderCopyFileCopyFolderMoveFileMoveFolderRenameFileRenameFolderWriteBytesToFileReadBytesFromFileFile and folder informationCheckExistsIsFolderGetFolderContentsGetFileOrFolderNameGetParentFolderGetFileSizeInBytesGetCreationTimeGetLastModifiedTimeStorage informationGetTotalStorageInBytesGetUsedStorageInBytesGetAvailableStorageInBytesGetTotalRamInBytesGetUsedRamInBytesGetAvailableRamInBytesGetLowRamThresholdInBytesIsLowRamStateSystem informationGetCurrentDateTimeGetOsVersionCodeGetLocaleGetDeviceModelGetScreenResolutionIsTabletIsDeveloperModeEnabledGetBatteryLevelPercentIsBatteryChargingGetBatteryTemperatureInCelsiusGetBatteryHealthMisc utilitiesGetTextFromClipboardCopyTextToClipboardSendToastNotificationOpenAppSettingsOpenStoreListingOpenOtherAppStoreListing