当我在活动中使用它时,它可以工作。
intent = new Intent(Intent.ACTION_CALL_BUTTON);
startActivity(intent);
但是当我在输入法中使用它时(我使用的是 anySoftKeyboard 源代码),它会崩溃。
知道为什么吗?
当我在活动中使用它时,它可以工作。
intent = new Intent(Intent.ACTION_CALL_BUTTON);
startActivity(intent);
但是当我在输入法中使用它时(我使用的是 anySoftKeyboard 源代码),它会崩溃。
知道为什么吗?
除了一些可以工作的意图和 AnySoftKeyboard 源代码之外,没有更多的代码。
https://github.com/AnySoftKeyboard/AnySoftKeyboard
最终我想通了。
我失踪了:
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);