diff options
| author | 2011-08-12 14:00:55 -0700 | |
|---|---|---|
| committer | 2011-08-12 15:21:01 -0700 | |
| commit | aa10cfacecfd44e45cc0940586999aba24c0964d (patch) | |
| tree | b88cc37a1163be8ce7f864f4a5f3f9cec70498ab | |
| parent | 585f727b385b5f2d41a1628f64297bd11db95bd0 (diff) | |
Edit to APN read/write APN Settings permissions.
Bug: 5145868
Change-Id: I8cb0e6b122e002c969fa4ba6e69b9db8198d1ee5
| -rwxr-xr-x | core/res/res/values/strings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 71e302fcadee..cc9a020787c4 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1291,10 +1291,11 @@ create network sockets.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> - <string name="permlab_writeApnSettings">write Access Point Name settings</string> + <string name="permlab_writeApnSettings">change/intercept network settings and traffic</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> - <string name="permdesc_writeApnSettings">Allows an application to modify the APN - settings, such as Proxy and Port of any APN.</string> + <string name="permdesc_writeApnSettings">Allows an application to change network settings and to intercept and inspect all network traffic, + for example to change the proxy and port of any APN. Malicious applications could monitor, redirect, or modify network + packets without your knowledge.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_changeNetworkState">change network connectivity</string> |