Commit 83290f8e authored by wanglei's avatar wanglei

...

parent 9bc2e765
......@@ -46,7 +46,6 @@ class MyApplication : BaseApplication() {
if (TextUtils.isEmpty(uuid)) {
uuid = UUID.randomUUID().toString() + System.currentTimeMillis()
AppPreferences.getInstance().put("uuid", uuid)
AppPreferences.getInstance().put("install_info", uuid)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment