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
***************************************************/

如需實時查看更多更新文章,請關注公衆號"一點碼客",一起探索技術

 

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