去掉butterknife

This commit is contained in:
2024-08-26 10:37:52 +08:00
parent 6068bd4bb3
commit 84e3fa87fa
63 changed files with 933 additions and 1159 deletions

View File

@@ -108,7 +108,7 @@ import static android.os.BatteryManager.EXTRA_VOLTAGE;
* @time Created by 2018/8/17 11:27
*/
public class GuardService extends Service {
private final static String TAG = GuardService.class.getSimpleName();
private final static String TAG = "GuardService";
private ServiceConnection mServiceConnection = new ServiceConnection() {
@Override