You mean just getting the package name?
There's an app called "Addons Detector" that outputs sth. like this (in JSON format):
...
{
"appVersionName": "2.0",
"appLabel": "Addons Detector",
"installDate": 1329948410000,
"appPackageName": "com.denper.addonsdetector",
"isSystemApp": false,
"appVersionCode": 16,
"addons": [
{
"addon_type": "DeveloperTools",
"name": "RobotMedia Android Billing"
}
]
},
+clemens
Working with:
com.android.packageinstaller
And
com.android.packageinstaller.PackageInstallerActivity
Thanks for the input!
If you can edit the above xml, substituting the corresponding information for Package Installer in place of the red-colored parts, and import the edited xml as a new profile, it should work.