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