I am implementing audio manager widget application. I would like to use the following code.
this.getSystemService(Context.AUDIO_SERVICE)
but I can not use because I extend AppWidgetProvider class(not Activity class).
How should I change my coding? Thanks.