Commit 8201a3ce authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Terminal should sustain the dialog when user touches the outside" am:...

Merge "Terminal should sustain the dialog when user touches the outside" am: a7e7124a am: 57dfec01
am: 0e5e96fd

Change-Id: If0a10fbf1b63e680d8fe3f0e9ff3844830a2da8a
parents 529fbe30 0e5e96fd
......@@ -89,6 +89,7 @@ public class StkDialogActivity extends Activity implements View.OnClickListener
mContext.registerReceiver(mBroadcastReceiver, intentFilter);
mAlarmManager =(AlarmManager)mContext.getSystemService(Context.ALARM_SERVICE);
setFinishOnTouchOutside(false);
}
public void onClick(View v) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment