I wrote code such that if phone internal memory becomes less than 10% of total internal memory then it'll show low memory dialog and it'll take user to managapplications activity to free some memory. but if user is not freeing also it's allowing user to fill the remaining internal memory. How can i block all the other applications till it satisfies the memory condition(>10% of total low memory).
Thanks in anticipation.