class CustomTabsService : Service
(source)
CustomTabsService() |
fun onBind(intent: Intent): IBinder? |
val Context.appVersionName: String?
The (visible) version name of the application, as specified by the tag's versionName attribute. E.g. "2.0". |
fun Context.isOSOnLowMemory(): Boolean
Returns whether or not the operating system is under low memory conditions. |
|
fun <T> Context.systemService(name: String): T
Returns the handle to a system-level service by name. |