summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I8789f8499d4dca08580672e9e45ed9a7026dd686
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | For packages: android.app.usage android.app.trust android.app.timezonedetector android.app.timezone android.app.timedetector android.app.job android.app.backup android.app.assist android.app.admin android.app This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I618c5dc4462ae990d9df45c3e9ed3f092cc5138c
* Don't require post-execution state for onActivityResultAndrii Kulian2018-04-201-4/+4
| | | | | | | | | | | | According to the documentation, onActivityResult() should be called immediately before onResume(). This, however, was not always the case in previous releases and fixing this caused some app compatibility issues. This CL removes required post execution state for ActivityResultItem. Bug: 77695691 Test: ActivityLifecycleTests Change-Id: Id8c02e9b49f9758aac616e37948570722d802de8
* New extended Intent protcols for installing/uninstalling apps.Dianne Hackborn2011-08-101-4/+2
| | | | Change-Id: I13be1cc58c91f51d521a1f0f734d2b2db7b2980b
* resolved conflicts for merge of 872a1e79 to masterDianne Hackborn2011-06-161-0/+5
|\ | | | | | | Change-Id: I50253b22f181729d4e748970acf1a3ad868ccd74
| * SDK only: integrate new sample code, deprecating along the way.Dianne Hackborn2011-06-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | The new support library features and sample code for switching between fragments using a TabHost now eliminates the utility of the TabActivity class, so deprecate it. This also means there is no longer any use in ActivityGroup or LocalActivityManager. Yay. Also fix up things so the new support API demos are included in the documentation. Change-Id: I4f073b82787f32560ba1fa5b6a23746ecc8aecdc
* | Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato2011-04-071-1/+1
|/ | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+127
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-127/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+16
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+111