Loading core/java/android/content/Context.java +32 −0 Original line number Diff line number Diff line Loading @@ -3256,6 +3256,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3301,6 +3309,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3342,6 +3358,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3385,6 +3409,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading
core/java/android/content/Context.java +32 −0 Original line number Diff line number Diff line Loading @@ -3256,6 +3256,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3301,6 +3309,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3342,6 +3358,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading Loading @@ -3385,6 +3409,14 @@ public abstract class Context { * * <p>See {@link BroadcastReceiver} for more information on Intent broadcasts. * * <p>As of {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, the system can <a * href="{@docRoot}develop/background-work/background-tasks/broadcasts#android-14">place * context-registered broadcasts in a queue while the app is in the <a * href="{@docRoot}guide/components/activities/process-lifecycle">cached state</a>. * When the app leaves the cached state, such as returning to the * foreground, the system delivers any queued broadcasts. Multiple instances * of certain broadcasts might be merged into one broadcast. * * <p>As of {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}, receivers * registered with this method will correctly respect the * {@link Intent#setPackage(String)} specified for an Intent being broadcast. Loading