Skip to content

Instantly share code, notes, and snippets.

{
"latestVersion": "1.0.9",
"latestVersionCode": "25",
"url": "https://play.google.com/store/apps/details?id=vn.shippo.driver"
}
@menht
menht / gist:2698877
Created May 15, 2012 03:33 — forked from zeuxisoo/gist:997485
Install and Uninstall Android applications with PackageInstaller

In android source code can get

<activity android:name=".PackageInstallerActivity">
    <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <data android:scheme="content" />
        <data android:scheme="file" />