新起的拨号盘中 使用adb action 进行拨号显示
发现退出可以显示,但home退出后 action跳转显示不了号码
打log发现
String action = intent.getAction();
action竟然为null
最后花了半个小时才找到原因
要在onNewIntent中添加setIntent(newIntent);
新起的拨号盘中 使用adb action 进行拨号显示
发现退出可以显示,但home退出后 action跳转显示不了号码
打log发现
String action = intent.getAction();
action竟然为null
最后花了半个小时才找到原因
要在onNewIntent中添加setIntent(newIntent);
本文标题:Android getAction null
本文链接:https://www.haomeiwen.com/subject/yjycjctx.html
网友评论