How can I get the package name of the current launcher in android 2.3 and above programmatically in Java ? Answer I think you should be able to use PackageManager.resolveActivity(), with the home intent.
How can I get the package name of the current launcher in android 2.3 and above programmatically in Java ? Answer I think you should be able to use PackageManager.resolveActivity(), with the home intent.