Stay organized with collections
Save and categorize content based on your preferences.
Intents
class Intents
Intents class.
Summary
Constants |
static String |
Indicates that the contents of specified URIs were changed.
|
static String |
An extra field which stores the URI of deleted contents.
|
Constants
CONTENT_CHANGED_ACTION
static val CONTENT_CHANGED_ACTION: String
Indicates that the contents of specified URIs were changed. The application which is showing or caching these contents should be updated.
Value: "android.intent.action.CONTENT_CHANGED"
DELETED_CONTENTS
static val DELETED_CONTENTS: String
An extra field which stores the URI of deleted contents.
Value: "deleted_contents"
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,["# Telephony.Mms.Intents\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nIntents\n=======\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Telephony.Mms.Intents \"View this page in Java\") \n\n```\nclass Intents\n```\n\n|---|---------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.provider.Telephony.Mms.Intents](#) |\n\nIntents class.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CONTENT_CHANGED_ACTION](#CONTENT_CHANGED_ACTION:kotlin.String) Indicates that the contents of specified URIs were changed. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [DELETED_CONTENTS](#DELETED_CONTENTS:kotlin.String) An extra field which stores the URI of deleted contents. |\n\nConstants\n---------\n\n### CONTENT_CHANGED_ACTION\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTENT_CHANGED_ACTION: String\n```\n\nIndicates that the contents of specified URIs were changed. The application which is showing or caching these contents should be updated. \n\n Value: \"android.intent.action.CONTENT_CHANGED\"\n\n### DELETED_CONTENTS\n\nAdded in [API level 19](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DELETED_CONTENTS: String\n```\n\nAn extra field which stores the URI of deleted contents. \n\n Value: \"deleted_contents\""]]