For instance, let's take android.permission.GET_PACKAGE_SIZE
.
Searching for this string in Android 1.6 *.xml source files only points to a single application that uses it, frameworks\base\tests\AndroidTests
.
So the next step is to search through the .java files in a hope that I'll eventually find the code that might look like it queries for a package size.
Is this the supposed way of discovering permission use?