gpt4 book ai didi

android - 如何销毁 PhoneStateListener 类的对象?

转载 作者:太空宇宙 更新时间:2023-11-03 11:29:01 26 4
gpt4 key购买 nike

在某些情况下,我不想听手机的状态。如何销毁 PhoneStateListener 类的对象?

我这样创建对象

 try {
phoneCallListener = new WnetPlayerPhoneCallListener();
TelephonyManager mTM = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE);
mTM.listen(phoneCallListener, PhoneStateListener.LISTEN_CALL_STATE);
} catch(Exception e) {
Log.e("PhoneCallListener", "Exception: "+e.toString());
}

最佳答案

documentation它声明要传递监听器对象和标志 LISTEN_NONE注销监听器。

关于android - 如何销毁 PhoneStateListener 类的对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10320318/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com