When Android occurred system memory low intent: android.intent.action.DEVICE_STORAGE_LOW would be send But I'm curious about
- What's the critical value that would trigger memory low event?(How was the critical value decided?)
- Is there a API I can use to query if current system is at memory low state?
- When user released some memory, is there a intend would be send to notify APs that system is no longer at memory low status?