标签: python events
我有以下传入事件:
Intent intent = new Intent(this, ShakeService.class); stopService(intent);
我想将“ sys”添加到单独的字符串中。我执行以下操作,但是我知道我不知道如何以某种方式指向报告。
event.reported不起作用。我想念什么?
@Override public void onDestroy() { super.onDestroy(); }