【发布时间】:2018-09-13 15:17:57
【问题描述】:
我正在尝试在电话上打开拨号页面并在此页面中显示一个电话号码,其中包含以下代码:
Intent intent_call = new Intent(Intent.ACTION_VIEW,Uri.parse("09128317777"));
startActivity(intent_call);enter code here
但我收到以下错误:
E/libprocessgroup: failed to make and chown /acct/uid_10061: Read-only file system
请帮我解决。
【问题讨论】:
标签: android android-intent view action call