new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI); is not working in Some of the devices like Oppo, Galaxy J7-6.0.0

那年仲夏 提交于 2019-12-24 02:49:45

问题


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)

Below is the report of google prelaunch application test.


回答1:


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



来源:https://stackoverflow.com/questions/45330091/new-intentintent-action-edit-contactscontract-profile-content-uri-is-not-wor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!