Searched refs:installIntent (Results 1 – 1 of 1) sorted by relevance
229 final Intent installIntent = new Intent(Intent.ACTION_INSTALL_PACKAGE) in onCreate() local233 startActivityForResult(installIntent, REQUEST_INSTALL_PACKAGE); in onCreate()