Commit 9b8c0f73 by amateur

1

1 parent 4996f258
...@@ -36,4 +36,8 @@ public class JPushMgr { ...@@ -36,4 +36,8 @@ public class JPushMgr {
int code = Integer.parseInt(val); int code = Integer.parseInt(val);
JPushInterface.setAlias(CtxUtils.getApplication(), code, alias); JPushInterface.setAlias(CtxUtils.getApplication(), code, alias);
} }
public static void deleteAlias() {
JPushInterface.deleteAlias(CtxUtils.getApplication(), 100);
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!