心跳广播处理

nx2024
Matthew 4 months ago
parent 7ff51df1fe
commit 55b7cf80bd

@ -269,6 +269,7 @@ public class MicroPhotoService extends Service {
intentFilter.addAction(ACTION_UPDATE_CONFIGS);
intentFilter.addAction(ACTION_IMP_PUBKRY);
intentFilter.addAction(ACTION_TAKE_PHOTO_MANUALLY);
intentFilter.addAction(ACTION_HEARTBEAT_MANUALLY);
intentFilter.addAction(ACTION_GPS_TIMEOUT);
intentFilter.addAction(ACTION_RESTART);
// intentFilter.addAction(ACTION_HEARTBEAT_MANUALLY);

Loading…
Cancel
Save