Skip to content Skip to sidebar Skip to footer

If The Application Icon Is Disabled Using Packagemanager, Will It Cause Issue In Auto Update Of That App?

I have a application in which the app icon is hidden using following code: PackageManager p = getApplicationContext().getPackageManager(); p.setComponentEnabledSetting(

Solution 1:

The answer to this question is No, there will not be any issues. The application will be updated successfully. I can confirm this as I have implemented this in one of my application and I observed the application was updated without any issues.


Post a Comment for "If The Application Icon Is Disabled Using Packagemanager, Will It Cause Issue In Auto Update Of That App?"