Commit 2e645ec4 by sikang

update script

parent 49e8e484
...@@ -30,6 +30,7 @@ public class StringDecrypt { ...@@ -30,6 +30,7 @@ public class StringDecrypt {
} }
} catch (Exception e) { } catch (Exception e) {
Log.d("StringDecrypt", text); Log.d("StringDecrypt", text);
return "####";
} }
return text; return text;
} }
......
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