version:1.0.1
update: bugfixes:修复TAG
This commit is contained in:
@@ -14,7 +14,7 @@ import io.reactivex.rxjava3.core.Observer;
|
||||
import io.reactivex.rxjava3.disposables.Disposable;
|
||||
|
||||
public class BootReceiver extends BroadcastReceiver {
|
||||
private static String TAG = BootReceiver.class.getSimpleName();
|
||||
private static String TAG = "BootReceiver";
|
||||
public static final String BOOT_COMPLETED = "zuoyeos.action.BOOT_COMPLETED";
|
||||
public static final String SOS = "zuoyeos.action.SOS";
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import android.content.Intent;
|
||||
import android.util.Log;
|
||||
|
||||
public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
private static final String TAG = InstallShortcutReceiver.class.getSimpleName();
|
||||
private static final String TAG = "InstallShortcutReceiver";
|
||||
|
||||
|
||||
private static final String ACTION_INSTALL_SHORTCUT =
|
||||
|
||||
@@ -12,7 +12,7 @@ import com.xxpatx.os.activity.tts.TtsActivity;
|
||||
import com.xxpatx.os.config.CommonConfig;
|
||||
|
||||
public class SmsReceiver extends BroadcastReceiver {
|
||||
private static final String TAG = SmsReceiver.class.getSimpleName();
|
||||
private static final String TAG = "SmsReceiver";
|
||||
private MMKV mMMKV = MMKV.mmkvWithID(CommonConfig.MMKV_ID, MMKV.MULTI_PROCESS_MODE);
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user