简体   繁体   中英

Are there default permissions granted for applications on Android?

I have noticed in an application I wrote, in-spite of me not specifying any permission in the manifest file, the application throws up permissions granted, such as

android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE

What is all that about? I was not even aware my application needs to write into external store, and I am pretty sure it doesn't need to. So why are these permission being granted when I never requested for them?

Thoose two were default in earlier API versions. Read more about it: here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM