diff options
author | Vinit Deshapnde <vinitd@google.com> | 2013-08-22 16:16:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-22 16:16:45 +0000 |
commit | e2a6d3df1257c1c04b1a14777bb7ee65f634bdc3 (patch) | |
tree | 51e6962892a320d2ec6533d1ab057774663d9429 /core/res | |
parent | 6d15a364f26bd61122bfdd127eee225ca65206f5 (diff) | |
parent | 1f12cb52a494a3eaefc62d03a8d2fdf47a5535e9 (diff) | |
download | frameworks_base-e2a6d3df1257c1c04b1a14777bb7ee65f634bdc3.zip frameworks_base-e2a6d3df1257c1c04b1a14777bb7ee65f634bdc3.tar.gz frameworks_base-e2a6d3df1257c1c04b1a14777bb7ee65f634bdc3.tar.bz2 |
Merge "Introduce network link quality statistics" into klp-dev
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2c8bb5d..5eb90f1 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -229,6 +229,8 @@ <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" /> <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" /> <protected-broadcast android:name="android.net.conn.NETWORK_CONDITIONS_MEASURED" /> + <protected-brodcast + android:name="android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED" /> <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" /> <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" /> <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" /> |