摘要:
The encryption class:package cn.com.smartcost.qy.util;import java.security.Key; import java.security.Security; import javax.crypto.Cipher; /** ... 阅读全文
摘要:
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(view.getWindowToken(), 0)... 阅读全文