diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7ddb0dc..ea661a9 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2259,6 +2259,16 @@ android:description="@string/permdesc_modifyNetworkAccounting" android:protectionLevel="signature|system" /> + <!-- Allows an application to mark traffic as from another user for per user routing. + Used by system wide services like media server that execute delegated network connections + for users. + @hide + --> + <permission android:name="android.permission.MARK_NETWORK_SOCKET" + android:label="@string/permlab_markNetworkSocket" + android:description="@string/permdesc_markNetworkSocket" + android:protectionLevel="signature|system" /> + <!-- C2DM permission. @hide Used internally. --> |