From 79621c94ce0cf7957c1121a12e6e716b350cce47 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Thu, 21 Jul 2016 09:49:00 -0700 Subject: [PATCH] Update current.txt to reflect result type change Bug 30218829 Change-Id: I5b4788961a5ef4e7d8f396f55a311ec0d174b0f1 --- api/current.txt | 2 +- api/system-current.txt | 2 +- api/test-current.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/current.txt b/api/current.txt index 5263c26258dfe..c8c284de16ef9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -10066,7 +10066,7 @@ package android.content.pm { method public android.os.PersistableBundle getExtras(); method public java.lang.String getId(); method public android.content.Intent getIntent(); - method public android.content.Intent getIntents(); + method public android.content.Intent[] getIntents(); method public long getLastChangedTimestamp(); method public java.lang.CharSequence getLongLabel(); method public java.lang.String getPackage(); diff --git a/api/system-current.txt b/api/system-current.txt index 07a88252d9427..35d3f333a9b77 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -10491,7 +10491,7 @@ package android.content.pm { method public android.os.PersistableBundle getExtras(); method public java.lang.String getId(); method public android.content.Intent getIntent(); - method public android.content.Intent getIntents(); + method public android.content.Intent[] getIntents(); method public long getLastChangedTimestamp(); method public java.lang.CharSequence getLongLabel(); method public java.lang.String getPackage(); diff --git a/api/test-current.txt b/api/test-current.txt index bdbebb5acf10e..aa5e892fdfd46 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -10079,7 +10079,7 @@ package android.content.pm { method public android.os.PersistableBundle getExtras(); method public java.lang.String getId(); method public android.content.Intent getIntent(); - method public android.content.Intent getIntents(); + method public android.content.Intent[] getIntents(); method public long getLastChangedTimestamp(); method public java.lang.CharSequence getLongLabel(); method public java.lang.String getPackage();