Sam
mFilter.run { addAction( Intent.ACTION_PACKAGE_INSTALL ) addAction( Intent.ACTION_PACKAGE_ADDED ) addAction( Intent.ACTION_PACKAGE_REMOVED ) addAction( Intent.ACTION_PACKAGE_FULLY_REMOVED ) addDataScheme("package") } mFilter.apply { addAction( Intent.ACTION_PACKAGE_INSTALL ) addAction( Intent.ACTION_PACKAGE_ADDED ) addAction( Intent.ACTION_PACKAGE_REMOVED ) addAction( Intent.ACTION_PACKAGE_FULLY_REMOVED ) addDataScheme("package") }
hudsonb
A modern programming language that makes developers happier.