安卓:静态注册广播

public class BootCompleteReceiver extends BroadcastReceiver {
    public void onReceive(Context context, Intent intent) {
        Toast.makeText(context,"Boot Complete",Toast.LENGTH_SHORT).show();
    }
}

猜你喜欢

转载自www.cnblogs.com/zdcn/p/9728780.html