This check in brings in the following changes: -...
This check in brings in the following changes: - com.tmobile.intent.category.THEME_PACKAGE_INSTALL_STATE_CHANGE category has been added to broadcast events which fire on theme package install/uninstall. The idea is that ThemeManager can add this category to the intent filter to receive events related to theme packages only; - a new flag was added to indicate whether a theme package contains drm protected resources (resource is DRM protected if the parent folder has name "locked"); - based on the above mentioned flag, PackageManagerService changes Unix permissions of the theme apk file to 640. Currently, all apk files have user:group set to system:system.
Loading
Please register or sign in to comment