1.Email设置没有删除帐户功能

从4.0以后,Google把删除帐户的功能统一做在了setting中,您可以进入设置=》帐户=》点击任何一个帐户,再进入同步,menu中就有删除帐户这个功能了。


2.预置邮件客户端中的签名

预置或者客制化邮件客户端中的发信人签名,如:
英文:Send via Pandora
中文:发送自潘多拉

File:
Email/src/com/android/email/activity/setup/AccountSetupNames.java
# class FinalSetupTask # function doInBackground(Void... params):
add line:cv.put(AccountColumns.SIGNATURE, getString(R.string.signature));
below the line:
ContentValues cv = new ContentValues();
Please NOTE that "R.string.signature" is a new string resource you need to add.
For your case, please add a new String resource R.string.signature as "Send via Pandora", which is easy to do i18n as well.
If you want to change this default signature to others, modify the R.string.signature as you wish.



更多相关文章

  1. 我的Android我做主
  2. Android图片自适应不同分辨率屏幕问题
  3. Android(安卓)上的低功耗蓝牙实践
  4. 超简单的几行代码搞定Android底部导航栏功能
  5. 沃邮箱Android客户端产品体验报告
  6. Android系统操作的50个实用技巧
  7. android各个版本的名称和更新(转)
  8. Android智能手机 各版本区别
  9. android -- 小功能 解决自动旋转导致activity重启问题

随机推荐

  1. android 布局属性
  2. 居中对齐
  3. Android Contextual Menus之二:contextual
  4. 2010.12.10——— android 定位跟踪
  5. ?android:attr/属性 与 ?android:属性
  6. 【转】android manifest.xml中元素含义
  7. Android OpenGL ES学习笔记之实现OpenGL
  8. android 获取手机通讯录信息
  9. Activity背景色为透明的2种方法
  10. android activity tabhost