Home
last modified time | relevance | path

Searched refs:LaunchIntent (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DApplicationManagerFacade.java93 Intent LaunchIntent = mPackageManager.getLaunchIntentForPackage(name); in appLaunch() local
94 mService.startActivity(LaunchIntent); in appLaunch()