OSDN Git Service

Update current.txt to reflect result type change
authorMakoto Onuki <omakoto@google.com>
Thu, 21 Jul 2016 16:49:00 +0000 (09:49 -0700)
committerMakoto Onuki <omakoto@google.com>
Thu, 21 Jul 2016 16:49:00 +0000 (09:49 -0700)
Bug 30218829

Change-Id: I5b4788961a5ef4e7d8f396f55a311ec0d174b0f1

api/current.txt
api/system-current.txt
api/test-current.txt

index 5263c26..c8c284d 100644 (file)
@@ -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();
index 07a8825..35d3f33 100644 (file)
@@ -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();
index bdbebb5..aa5e892 100644 (file)
@@ -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();