Package-level declarations

Functions

Link copied to clipboard
fun PackageManager.getApplicationInfoCompat(packageName: String, flags: Int = PackageManager.GET_META_DATA): ApplicationInfo
Link copied to clipboard
fun PackageManager.getPackageInfoCompat(packageName: String, flags: Int = 0): PackageInfo?
Link copied to clipboard
fun PackageManager.getQueryIntentActivitiesCompat(intent: Intent, flags: Int = PackageManager.MATCH_DEFAULT_ONLY): List<ResolveInfo>
Link copied to clipboard
fun logX(msg: String? = null, tag: String = "xx", throwable: Throwable? = null)
Link copied to clipboard
fun <T> T.xx(msg: String? = null, tag: String = "xx", throwable: Throwable? = null): T