Say in the app I want the phone to silence beginning at one time and ending at another. I get how to silence and unsilence the phone, but how can I do this where even if you use the task manager to exit your application, or use a Task Killer, the phone still silences when it should?
Asked
Active
Viewed 135 times
0
-
2so, have an app that runs even when its not? – Alex Gittemeier Mar 05 '13 at 07:25
-
Yes, I have seen this done before on apps that silence your phone at a time you set, even if the app isn't running in the background. – AggieDev Mar 05 '13 at 07:29
1 Answers
0
You might want to use AlarmManager
for that.. Check out this and this link for more info..

Community
- 1
- 1

Praful Bhatnagar
- 7,425
- 2
- 36
- 44