电话响铃时关闭屏幕/保持屏幕

时间:2015-06-06 14:25:58

标签: android screen call

手机响铃时,如何关闭屏幕。到目前为止,这是我的代码。

        public void onCallStateChanged(int state, String incomingNumber) {
        switch (state) {
        case TelephonyManager.CALL_STATE_RINGING:


            break;
        }
    }

0 个答案:

没有答案
相关问题