Right now I am using the OSLibrary library to detect free internal memory with this command: OS.AvailableInternalMemorySize
But, is there a way to detect the same thing without using the OSlibrary because the OSlibrary requires so many permissions and my users don't like seeing all of those required permissions?
oslibrary requires these permissions:
android.permission.INTERNET
android.permission.REBOOT
android.permission.DUMP
android.permission.ACCESS_NETWORK_STATE
android.permission.BATTERY_STATS
android.permission.KILL_BACKGROUND_PROCESSES
android.permission.WRITE_SETTINGS
android.permission.GET_TASKS
But, is there a way to detect the same thing without using the OSlibrary because the OSlibrary requires so many permissions and my users don't like seeing all of those required permissions?
oslibrary requires these permissions:
android.permission.INTERNET
android.permission.REBOOT
android.permission.DUMP
android.permission.ACCESS_NETWORK_STATE
android.permission.BATTERY_STATS
android.permission.KILL_BACKGROUND_PROCESSES
android.permission.WRITE_SETTINGS
android.permission.GET_TASKS