码迷,mamicode.com
首页 > 其他好文 > 详细

解决:铃声改变,来短信,短信设置中默认铃声的名称没有同步更新

时间:2014-06-15 16:13:37      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:style   color   strong   set   cti   代码   

短信界面没有关闭的情况下,在设置中进行操作,短信设置界面中不会进行刷新。因此在当MessagingPreferenceActivity处于活动(onResume)的时候重新初始化,添加代码如下:


    protected void onResume() {
        super.onResume();
        loadPrefs();

        // Since the enabled notifications pref can be changed outside of this activity,
        // we have to reload it whenever we resume.
        setEnabledNotificationsPref();
        // Initialize the sms signature
        updateSignatureStatus();
        registerListeners();
        boolean airplaneModeOn = isAirplaneModeOn();
        // Caused by the ICC card state maybe changed outside of this activity,
        // we need to update the state of the SMSC preference.
        updateSMSCPref(ALL_SUB, airplaneModeOn);
    }

解决:铃声改变,来短信,短信设置中默认铃声的名称没有同步更新,布布扣,bubuko.com

解决:铃声改变,来短信,短信设置中默认铃声的名称没有同步更新

标签:style   color   strong   set   cti   代码   

原文地址:http://blog.csdn.net/huangyabin001/article/details/30300813

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!