Commit 661a8c54 by 徐健

backup

parent aab91957
......@@ -45,7 +45,7 @@ ext {
"m-confide" : "0.0.47",
"m-consultant" : "0.0.56",
"m-fm" : "0.0.28",
"m-user" : "0.0.52",
"m-user" : "0.0.53",
"m-home" : "0.0.18",
"m-im" : "0.0.11",
"m-dynamic" : "0.0.5.1",
......
......@@ -28,9 +28,9 @@ class SecretActivity : BaseActivity() {
companion object {
val SECRET_PROTOCOL: String = "secret_protocol"
val SECRET_PAGE_REQUEST_CODE: Int = 40000002
val SECRET_PAGE_REQUEST_OK_CODE: Int = 40000003
val SECRET_PAGE_REQUEST_FAILURE_CODE: Int = 40000004
val SECRET_PAGE_REQUEST_CODE: Int = 42
val SECRET_PAGE_REQUEST_OK_CODE: Int = 43
val SECRET_PAGE_REQUEST_FAILURE_CODE: Int = 44
fun startProtocol(context: Activity, secretProtocolString: String) {
val intent = Intent(context, SecretActivity::class.java)
......
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