init commit

This commit is contained in:
2023-10-16 16:40:14 +03:00
commit 4dad863370
596 changed files with 52907 additions and 0 deletions
@@ -0,0 +1,25 @@
/*
* Decompiled with CFR 0.152.
*/
package com.bda.controller;
public final class Constants {
public static final int MSG_SET_ACTIVITY_EVENT = 1;
private Constants() {
}
public static final class ActivityEvent {
public static final int CREATE = 1;
public static final int DESTROY = 2;
public static final int PAUSE = 6;
public static final int RESUME = 5;
public static final int SERVICE_CONNECTED = 7;
public static final int START = 3;
public static final int STOP = 4;
private ActivityEvent() {
}
}
}