Home
last modified time | relevance | path

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

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMessageReceiver.java31 String newPackage = intent.getStringExtra("android.intent.extra.PACKAGE_NAME"); in onReceive() local
32 Log.i(TAG, "new app is installed " + newPackage); in onReceive()
33 Toast.makeText(context, "new app is installed" + newPackage, Toast.LENGTH_LONG).show(); in onReceive()