Hi,
I am writing my own packageInstaller application with some customization but getting some error in the java file because of packageManager i.e (com.pk.content.pm.PackageManager mPm = mContext.getPackageManager();) seems error
- Type Mismatch:cannot convert from android.content.pm.PackageManager to com.pk.content.pm.PackageManager
I already imported and customized the java file of packageManager from android source.Can some body please help me for this?
Rgds, Praween