android - mClass name and mPackage name completely different? -
looking through runningtask, found interesting task's class name , package name differs (in base activity). 1 of application running "catchoftheday".
package name is : au.com.catchoftheday.android
class name is : au.com.mobileandroid.android.main_classes.mainhome.home
base activity refers initial activity when application launched. checked see if class name refers other process in runningprocess, couldnt find. can please suggest me understand behaviour ??
package name :
au.com.catchoftheday.android
is application package name specified in manifest
file
class name : au.com.mobileandroid.android.main_classes.mainhome.home
is java qualified path of class in app