Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For what reason do I need permission "android.permission.WRITE_OWNER_DATA"

I'm working on an old project of my company and want to look up the manifest for unused components. Doing this I found the permission android.permission.WRITE_OWNER_DATA in manifest file, but I don't know for what reason the app does need it.

Every documentation I found says that this permission "Allows an application to write (but not read) the owner's data." That's okay, but I want to know for what API / method I need the permission so I can look up the existing code, if I need it!

Thank you for your help!

Greetings, Jamic

like image 200
JaMic Avatar asked Nov 29 '25 21:11

JaMic


1 Answers

I don't think you need the permission nowadays, the only reference I found is in some old android versions' contact provider; the permission was removed in version 9.

like image 81
dst Avatar answered Dec 02 '25 12:12

dst



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!