Update PanicResponderActivity.java

This commit is contained in:
Teja Vojjala 2016-01-29 20:21:44 +05:30
parent b81e8cb81a
commit 607408b9b9

View file

@ -33,7 +33,7 @@ public class PanicResponderActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setVolumeControlStream(AudioManager.STREAM_MUSIC);
Intent intent = getIntent();
if (intent != null && PANIC_TRIGGER_ACTION.equals(intent.getAction())) {
// TODO explicitly clear the search results once they are restored when the app restarts