Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# Config\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nConfig\n======\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/util/Config \"View this page in Java\") \n\n```\nclass Config\n```\n\n|---|--------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.util.Config](#) |\n\n*** ** * ** ***\n\n| **This class was deprecated in API level 14.**\n|\n| This class is not useful, it just returns the same value for all constants, and has always done this. Do not use it.\n\nSummary\n-------\n\n| Constants ||\n|-------------------------------------------------------------------------------------------|-------------------------------------------|\n| static [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [DEBUG](#DEBUG:kotlin.Boolean) \u003cbr /\u003e |\n| static [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [LOGD](#LOGD:kotlin.Boolean) \u003cbr /\u003e |\n| static [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [LOGV](#LOGV:kotlin.Boolean) \u003cbr /\u003e |\n| static [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [PROFILE](#PROFILE:kotlin.Boolean) \u003cbr /\u003e |\n| static [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [RELEASE](#RELEASE:kotlin.Boolean) \u003cbr /\u003e |\n\nConstants\n---------\n\n### DEBUG\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DEBUG: Boolean\n```\n\n**Deprecated:** *Always false.* \n\n Value: false\n\n### LOGD\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LOGD: Boolean\n```\n\n**Deprecated:** *Always true.* \n\n Value: true\n\n### LOGV\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LOGV: Boolean\n```\n\n**Deprecated:** *Always false.* \n\n Value: false\n\n### PROFILE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val PROFILE: Boolean\n```\n\n**Deprecated:** *Always false.* \n\n Value: false\n\n### RELEASE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val RELEASE: Boolean\n```\n\n**Deprecated:** *Always true.* \n\n Value: true"]]