diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2015-09-08 13:23:00 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2015-09-09 00:16:55 +0900 |
commit | 7b70036abc4564b04251a979fe406f1d1d55d21b (patch) | |
tree | d77884373768e462e8e9b3bf6220124c258b498b /core | |
parent | ffa390b6f37f20ab5f4ebf5c861c565db200107e (diff) | |
download | frameworks_base-7b70036abc4564b04251a979fe406f1d1d55d21b.zip frameworks_base-7b70036abc4564b04251a979fe406f1d1d55d21b.tar.gz frameworks_base-7b70036abc4564b04251a979fe406f1d1d55d21b.tar.bz2 |
Add a PACKET_KEEPALIVE_OFFLOAD permission.
Bug: 23884210
Change-Id: I0f9207ac9b9c07c676f64f2748905e523e891501
Diffstat (limited to 'core')
-rw-r--r-- | core/res/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c8bb675..b8b6444 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1056,6 +1056,11 @@ <permission android:name="android.permission.CONNECTIVITY_INTERNAL" android:protectionLevel="signature|privileged" /> + <!-- Allows a system application to access hardware packet offload capabilities. + @hide --> + <permission android:name="android.permission.PACKET_KEEPALIVE_OFFLOAD" + android:protectionLevel="signature|privileged" /> + <!-- @SystemApi @hide --> <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE" |