|
|
|
|
|
by eMGm4D0zgUAVXc7
1608 days ago
|
|
I am *very* surprised that the list of requested permissions on Google Play does *not* have to match the actual permissions which the app gets when installed. I would have thought that the list on Google Play is computed from the binary so it cannot be fake. Is it really true that you can just leave out permissions in this list and then just get them once people install your app? |
|
The app from the post had a list of permissions declared in the manifest, and on first look it seem to match what play store shows.
In any case: no, you can't leave out permissions and use them later. If you don't declare them, you can't use them. (At least not by normal means, it is possible with adb and root, and also by installing extra apps).