WRITE_CALL_LOG权限被自动添加

public static final String WRITE_CALL_LOG

Allows an application to write (but not read) the user's call log data.

如果你的minSdkVersion或者targetSdkVersion值是15或者更低版本,且添加了WRITE_CONTACTS权限,WRITE_CALL_LOG权限会被自动添加

Note: If your app uses the WRITE_CONTACTS permission and both your minSdkVersion and targetSdkVersion values are set to 15 or lower, the system implicitly grants your app this permission. If you don't need this permission, be sure your targetSdkVersion is 16 or higher.

Protection level: dangerous

 

Constant Value: "android.permission.WRITE_CALL_LOG"

/**************************************************
* 本文来自CSDN博主"一点码客",喜欢请顶部点击关注
* 转载请标明出处:http://blog.csdn.net/itchosen
***************************************************/

如需实时查看更多更新文章,请关注公众号"一点码客",一起探索技术

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章