I want to prevent launching of task manager and Settings applications in my application. For this, I tried to obtain currently running application and checked whether their package name is allowed or not .If it is not allowed then show a new activity.
When work out it is show that the package name of default android Settings
application is com.android.settings
. Now I have some doubts
Is the Settings application has package name
com.android.settings
in all android versions? If not, which are they?How to find package name of Task Manager?