In order to generate the notifications i need to know about how to generate the low battery and low memory interrupts programmatically. Can any one please provide your sugge
To trigger your onTrimMemory callbacks:
onTrimMemory
adb shell am send-trim-memory
e.g. adb shell am send-trim-memory com.example.app MODERATE
adb shell am send-trim-memory com.example.app MODERATE