摘要:
private SharedPreferences sf;sf = TeLoginActivity.this.getSharedPreferences("basic_info", Context.MODE_PRIVATE);editor = sf.edit(); if (isSavePwd) { editor.putString("username", userEdit.getText().toString()); editor.putString("password", pwdEdit.... 阅读全文
posted @ 2013-06-04 08:43
double0zhou
阅读(154)
评论(0)
推荐(0)
摘要:
package com.haoxee.haoxin.login.activity;import android.content.Context;import android.content.Intent;import android.os.Build;import android.os.Bundle;import android.telephony.PhoneStateListener;import android.telephony.TelephonyManager;import android.util.Log;import android.view.KeyEvent;import and 阅读全文
posted @ 2013-06-04 08:40
double0zhou
阅读(367)
评论(0)
推荐(0)

浙公网安备 33010602011771号