Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa10cfac authored by Claudia de Veaux's avatar Claudia de Veaux
Browse files

Edit to APN read/write APN Settings permissions.

Bug: 5145868

Change-Id: I8cb0e6b122e002c969fa4ba6e69b9db8198d1ee5
parent 585f727b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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>