Update current.txt to reflect result type change
am: 79621c94ce

Change-Id: I8b889c07ddc1fc8baaaf4594194c9acfc96a1379
diff --git a/api/current.txt b/api/current.txt
index e1659f8..ecbd26a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10066,7 +10066,7 @@
     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 b9c0abe..ed2322a 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -10491,7 +10491,7 @@
     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 dd186e0..bde60fc 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -10079,7 +10079,7 @@
     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();