新的Intent(Intent.ACTION_EDIT,ContactsContract.Profile.CONTENT_URI);在某些设备(例如Oppo,Galaxy J7-6.0.0)中无法正常工作 [英] new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI); is not working in Some of the devices like Oppo, Galaxy J7-6.0.0

查看:322
本文介绍了新的Intent(Intent.ACTION_EDIT,ContactsContract.Profile.CONTENT_URI);在某些设备(例如Oppo,Galaxy J7-6.0.0)中无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,下面的要进入联系人编辑页面的代码在所有设备上均能正常工作,但在某些设备上却无法正常工作。
请帮助我。

Hello Below the code to go in contact edit page is working fine in all the devices but it is not working in some of devices. Please help me.

   Intent intent1 = new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI);
    startactivity(intent1)

以下是Google发射前应用测试的报告。

Below is the report of google prelaunch application test.

推荐答案

此按照Alpha预启动测试,设备下方的设备无法正常工作

This things is not working in below devices as per the Alpha Prelaunch test

这篇关于新的Intent(Intent.ACTION_EDIT,ContactsContract.Profile.CONTENT_URI);在某些设备(例如Oppo,Galaxy J7-6.0.0)中无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆