diff options
| author | Andrew Solovay <asolovay@google.com> | 2015-04-23 18:50:04 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-23 18:50:04 +0000 |
| commit | 591ba605aa91fdec05ac73399ee5893da63833e8 (patch) | |
| tree | 44e41e202a1077c6de54d58a4db0b5f1ed189d57 /docs/html/training | |
| parent | 1009c8de23920c4a368edf7f1e2ecde63e40ec82 (diff) | |
| parent | 26a8090a09bce05398cc52581ea4a5cf05d28d59 (diff) | |
| download | frameworks_base-591ba605aa91fdec05ac73399ee5893da63833e8.zip frameworks_base-591ba605aa91fdec05ac73399ee5893da63833e8.tar.gz frameworks_base-591ba605aa91fdec05ac73399ee5893da63833e8.tar.bz2 | |
am 26a8090a: cherrypick from lmp-docs docs: Listening for restrictions-changed Original Change-Id: I19c7150a9f36de226d00ad6d8db0e9210d5d135d
* commit '26a8090a09bce05398cc52581ea4a5cf05d28d59':
cherrypick from lmp-docs docs: Listening for restrictions-changed Original Change-Id: I19c7150a9f36de226d00ad6d8db0e9210d5d135d
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/enterprise/app-restrictions.jd | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/html/training/enterprise/app-restrictions.jd b/docs/html/training/enterprise/app-restrictions.jd index fc5dfcc..dd2c2c0 100644 --- a/docs/html/training/enterprise/app-restrictions.jd +++ b/docs/html/training/enterprise/app-restrictions.jd @@ -316,8 +316,18 @@ if (!appCanUseCellular) { {@link android.content.Intent#ACTION_APPLICATION_RESTRICTIONS_CHANGED ACTION_APPLICATION_RESTRICTIONS_CHANGED} intent. Your app has to listen for this intent so you can change the app's behavior when the restriction settings - change. The following code shows how to dynamically register a broadcast - receiver for this intent: + change.</p> + +<p class="note"> + <strong>Note:</strong> The {@link + android.content.Intent#ACTION_APPLICATION_RESTRICTIONS_CHANGED + ACTION_APPLICATION_RESTRICTIONS_CHANGED} intent is sent only to listeners + that are dynamically registered, <em>not</em> to listeners that are declared + in the app manifest. +</p> +<p> + The following code shows how to dynamically register a broadcast receiver for + this intent: </p> <pre>IntentFilter restrictionsFilter = |
