Intent myIntent = new Intent();
myIntent.setAction("SecurityPoweroff");
getContext().sendBroadcast(myIntent);