Stay organized with collections
Save and categorize content based on your preferences.
public interface TaskStackBuilder.SupportParentable
Known direct subclasses
AppCompatActivity |
Base class for activities that wish to use some of the newer platform features on older Android devices.
|
Summary
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-05-15 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-05-15 UTC."],[],[],null,["# TaskStackBuilder.SupportParentable\n==================================\n\nArtifact: [androidx.core:core](/jetpack/androidx/releases/core) \n[View Source](https://cs.android.com/search?q=file:androidx/core/app/TaskStackBuilder.java+class:androidx.core.app.TaskStackBuilder.SupportParentable) \nAdded in [1.1.0](/jetpack/androidx/releases/core#1.1.0)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/core/app/TaskStackBuilder.SupportParentable \"View this page in Kotlin\") \\|Java\n\n\n```\npublic interface TaskStackBuilder.SupportParentable\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[AppCompatActivity](/reference/androidx/appcompat/app/AppCompatActivity) \n\n|--------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| [AppCompatActivity](/reference/androidx/appcompat/app/AppCompatActivity) | Base class for activities that wish to use some of the newer platform features on older Android devices. |\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public methods |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `abstract @`[Nullable](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html)` `[Intent](https://developer.android.com/reference/android/content/Intent.html) | [getSupportParentActivityIntent](/reference/androidx/core/app/TaskStackBuilder.SupportParentable#getSupportParentActivityIntent())`()` |\n\nPublic methods\n--------------\n\n### getSupportParentActivityIntent\n\nAdded in [1.1.0](/jetpack/androidx/releases/core#1.1.0) \n\n```\nabstract @Nullable Intent getSupportParentActivityIntent()\n```"]]