init commit
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user