summaryrefslogtreecommitdiff
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorSongchun Fan <schfan@google.com>2019-11-29 15:20:18 -0800
committerSongchun Fan <schfan@google.com>2019-12-04 11:00:23 -0800
commit6dd47b58c53acee91810cd2714b97aacbfbfec6a (patch)
tree2d056e58407e47c742896c715cb011631f587a09 /core/java/android/content/Intent.java
parent7c738c6ac83ab35ea5a910addf06835cfc7fe3ae (diff)
[incremental] data loader manager interface
Checking in the interface for data loader manager and installation files in android.content.pm. Copied from branch master-instamatic. TODO to update the code with latest API design. Test: builds Change-Id: Ie87dd8b45dc18f538ddabf87e2899e958133ff04
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 40aca0ef2033..af7b98683219 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -4053,6 +4053,13 @@ public class Intent implements Parcelable, Cloneable {
public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE";
/**
+ * Used for looking up a Data Loader Service providers.
+ * @hide
+ */
+ @SdkConstant(SdkConstant.SdkConstantType.SERVICE_ACTION)
+ public static final String ACTION_LOAD_DATA = "android.intent.action.LOAD_DATA";
+
+ /**
* An int extra used with {@link #ACTION_SERVICE_STATE} which indicates voice registration
* state.
* @see android.telephony.ServiceState#STATE_EMERGENCY_ONLY