Advertisement
Guest User

Untitled

a guest
May 21st, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 66.62 KB | None | 0 0
  1.  
  2.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  3.     <string name="permgrouplab_costMoney">Services that cost you money</string>
  4.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  5.     <string name="permgroupdesc_costMoney">Allow applications to do things
  6.         that can cost you money.</string>
  7.  
  8.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  9.     <string name="permgrouplab_messages">Your messages</string>
  10.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  11.     <string name="permgroupdesc_messages">Read and write your SMS,
  12.         e-mail, and other messages.</string>
  13.  
  14.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  15.     <string name="permgrouplab_personalInfo">Your personal information</string>
  16.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  17.     <string name="permgroupdesc_personalInfo">Direct access to your contacts
  18.         and calendar stored on the phone.</string>
  19.  
  20.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  21.     <string name="permgrouplab_location">Your location</string>
  22.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  23.     <string name="permgroupdesc_location">Monitor your physical location</string>
  24.  
  25.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  26.     <string name="permgrouplab_network">Network communication</string>
  27.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  28.     <string name="permgroupdesc_network">Allow applications to access
  29.         various network features.</string>
  30.  
  31.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  32.     <string name="permgrouplab_accounts">Your accounts</string>
  33.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  34.     <string name="permgroupdesc_accounts">Access the available accounts.</string>
  35.  
  36.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  37.     <string name="permgrouplab_hardwareControls">Hardware controls</string>
  38.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  39.     <string name="permgroupdesc_hardwareControls">Direct access to hardware on
  40.         the handset.</string>
  41.  
  42.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  43.     <string name="permgrouplab_phoneCalls">Phone calls</string>
  44.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  45.     <string name="permgroupdesc_phoneCalls">Monitor, record, and process
  46.         phone calls.</string>
  47.  
  48.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  49.     <string name="permgrouplab_systemTools">System tools</string>
  50.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  51.     <string name="permgroupdesc_systemTools">Lower-level access and control
  52.         of the system.</string>
  53.  
  54.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  55.     <string name="permgrouplab_developmentTools">Development tools</string>
  56.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  57.     <string name="permgroupdesc_developmentTools">Features only needed for
  58.         application developers.</string>
  59.  
  60.     <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  61.     <string name="permgrouplab_storage">Storage</string>
  62.     <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  63.     <string name="permgroupdesc_storage">Access the SD card.</string>
  64.  
  65.     <!--  Permissions -->
  66.  
  67.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  68.     <string name="permlab_statusBar">disable or modify status bar</string>
  69.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  70.     <string name="permdesc_statusBar">Allows application to disable
  71.         the status bar or add and remove system icons.</string>
  72.  
  73.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  74.     <string name="permlab_expandStatusBar">expand/collapse status bar</string>
  75.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  76.     <string name="permdesc_expandStatusBar">Allows application to
  77.         expand or collapse the status bar.</string>
  78.  
  79.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  80.     <string name="permlab_processOutgoingCalls">intercept outgoing calls</string>
  81.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  82.     <string name="permdesc_processOutgoingCalls">Allows application to
  83.         process outgoing calls and change the number to be dialed.  Malicious
  84.         applications may monitor, redirect, or prevent outgoing calls.</string>
  85.  
  86.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  87.     <string name="permlab_receiveSms">receive SMS</string>
  88.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  89.     <string name="permdesc_receiveSms">Allows application to receive
  90.       and process SMS messages. Malicious applications may monitor
  91.       your messages or delete them without showing them to you.</string>
  92.  
  93.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  94.     <string name="permlab_receiveMms">receive MMS</string>
  95.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  96.     <string name="permdesc_receiveMms">Allows application to receive
  97.       and process MMS messages. Malicious applications may monitor
  98.       your messages or delete them without showing them to you.</string>
  99.  
  100.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  101.     <string name="permlab_sendSms">send SMS messages</string>
  102.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  103.     <string name="permdesc_sendSms">Allows application to send SMS
  104.       messages. Malicious applications may cost you money by sending
  105.       messages without your confirmation.</string>
  106.  
  107.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  108.     <string name="permlab_readSms">read SMS or MMS</string>
  109.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  110.     <string name="permdesc_readSms">Allows application to read
  111.       SMS messages stored on your phone or SIM card. Malicious applications
  112.       may read your confidential messages.</string>
  113.  
  114.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  115.     <string name="permlab_writeSms">edit SMS or MMS</string>
  116.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  117.     <string name="permdesc_writeSms">Allows application to write
  118.       to SMS messages stored on your phone or SIM card. Malicious applications
  119.       may delete your messages.</string>
  120.  
  121.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  122.     <string name="permlab_receiveWapPush">receive WAP</string>
  123.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  124.     <string name="permdesc_receiveWapPush">Allows application to receive
  125.       and process WAP messages. Malicious applications may monitor
  126.       your messages or delete them without showing them to you.</string>
  127.  
  128.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  129.     <string name="permlab_getTasks">retrieve running applications</string>
  130.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  131.     <string name="permdesc_getTasks">Allows application to retrieve
  132.         information about currently and recently running tasks. May allow
  133.         malicious applications to discover private information about other applications.</string>
  134.  
  135.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  136.     <string name="permlab_reorderTasks">reorder running applications</string>
  137.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  138.     <string name="permdesc_reorderTasks">Allows an application to move
  139.         tasks to the foreground and background. Malicious applications can force
  140.         themselves to the front without your control.</string>
  141.  
  142.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  143.     <string name="permlab_setDebugApp">enable application debugging</string>
  144.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  145.     <string name="permdesc_setDebugApp">Allows an application to turn
  146.         on debugging for another application. Malicious applications can use this
  147.         to kill other applications.</string>
  148.  
  149.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  150.     <string name="permlab_changeConfiguration">change your UI settings</string>
  151.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  152.     <string name="permdesc_changeConfiguration">Allows an application to
  153.         change the current configuration, such as the locale or overall font
  154.         size.</string>
  155.  
  156.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  157.     <string name="permlab_restartPackages">restart other applications</string>
  158.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  159.     <string name="permdesc_restartPackages">Allows an application to
  160.         forcibly restart other applications.</string>
  161.  
  162.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  163.     <string name="permlab_forceBack">force application to close</string>
  164.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  165.     <string name="permdesc_forceBack">Allows an application to force any
  166.         activity that is in the foreground to close and go back.
  167.         Should never be needed for normal applications.</string>
  168.  
  169.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  170.     <string name="permlab_dump">retrieve system internal state</string>
  171.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  172.     <string name="permdesc_dump">Allows application to retrieve
  173.         internal state of the system. Malicious applications may retrieve
  174.         a wide variety of private and secure information that they should
  175.         never normally need.</string>
  176.  
  177.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  178.     <string name="permlab_shutdown">partial shutdown</string>
  179.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  180.     <string name="permdesc_shutdown">Puts the activity manager into a shutdown
  181.         state.  Does not perform a complete shutdown.</string>
  182.  
  183.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  184.     <string name="permlab_stopAppSwitches">prevent app switches</string>
  185.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  186.     <string name="permdesc_stopAppSwitches">Prevents the user from switching to
  187.         another application.</string>
  188.  
  189.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  190.     <string name="permlab_runSetActivityWatcher">monitor and control all application launching</string>
  191.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  192.     <string name="permdesc_runSetActivityWatcher">Allows an application to
  193.         monitor and control how the system launches activities.
  194.         Malicious applications may completely compromise the system. This
  195.         permission is only needed for development, never for normal
  196.         phone usage.</string>
  197.  
  198.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  199.     <string name="permlab_broadcastPackageRemoved">send package removed broadcast</string>
  200.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  201.     <string name="permdesc_broadcastPackageRemoved">Allows an application to
  202.         broadcast a notification that an application package has been removed.
  203.         Malicious applications may use this to kill any other running
  204.         application.</string>
  205.  
  206.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  207.     <string name="permlab_broadcastSmsReceived">send SMS-received broadcast</string>
  208.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  209.     <string name="permdesc_broadcastSmsReceived">Allows an application to
  210.         broadcast a notification that an SMS message has been received.
  211.         Malicious applications may use this to forge incoming SMS messages.</string>
  212.  
  213.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  214.     <string name="permlab_broadcastWapPush">send WAP-PUSH-received broadcast</string>
  215.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  216.     <string name="permdesc_broadcastWapPush">Allows an application to
  217.         broadcast a notification that a WAP PUSH message has been received.
  218.         Malicious applications may use this to forge MMS message receipt or to
  219.         silently replace the content of any web page with malicious variants.</string>
  220.  
  221.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  222.     <string name="permlab_setProcessLimit">limit number of running processes</string>
  223.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  224.     <string name="permdesc_setProcessLimit">Allows an application
  225.         to control the maximum number of processes that will run. Never
  226.         needed for normal applications.</string>
  227.  
  228.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  229.     <string name="permlab_setAlwaysFinish">make all background applications close</string>
  230.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  231.     <string name="permdesc_setAlwaysFinish">Allows an application
  232.         to control whether activities are always finished as soon as they
  233.         go to the background. Never needed for normal applications.</string>
  234.  
  235.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  236.     <string name="permlab_batteryStats">modify battery statistics</string>
  237.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  238.     <string name="permdesc_batteryStats">Allows the modification of
  239.         collected battery statistics. Not for use by normal applications.</string>
  240.  
  241.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  242.     <string name="permlab_backup">control system backup and restore</string>
  243.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  244.     <string name="permdesc_backup">Allows the application to control the system\'s backup and restore mechanism.  Not for use by normal applications.</string>
  245.  
  246.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  247.     <string name="permlab_backup_data">back up and restore the application\'s data</string>
  248.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  249.     <string name="permdesc_backup_data">Allows the application to participate in the system\'s backup and restore mechanism.</string>
  250.  
  251.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  252.     <string name="permlab_internalSystemWindow">display unauthorized windows</string>
  253.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  254.     <string name="permdesc_internalSystemWindow">Allows the creation of
  255.         windows that are intended to be used by the internal system
  256.         user interface. Not for use by normal applications.</string>
  257.  
  258.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  259.     <string name="permlab_systemAlertWindow">display system-level alerts</string>
  260.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  261.     <string name="permdesc_systemAlertWindow">Allows an application to
  262.         show system alert windows. Malicious applications can take over the
  263.         entire screen of the phone.</string>
  264.  
  265.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  266.     <string name="permlab_setAnimationScale">modify global animation speed</string>
  267.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  268.     <string name="permdesc_setAnimationScale">Allows an application to change
  269.         the global animation speed (faster or slower animations) at any time.</string>
  270.  
  271.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  272.     <string name="permlab_manageAppTokens">manage application tokens</string>
  273.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  274.     <string name="permdesc_manageAppTokens">Allows applications to
  275.         create and manage their own tokens, bypassing their normal
  276.         Z-ordering. Should never be needed for normal applications.</string>
  277.  
  278.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  279.     <string name="permlab_injectEvents">press keys and control buttons</string>
  280.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  281.     <string name="permdesc_injectEvents">Allows an application to deliver
  282.         its own input events (key presses, etc.) to other applications. Malicious
  283.         applications can use this to take over the phone.</string>
  284.  
  285.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  286.     <string name="permlab_readInputState">record what you type and actions you take</string>
  287.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  288.     <string name="permdesc_readInputState">Allows applications to watch the
  289.         keys you press even when interacting with another application (such
  290.         as entering a password). Should never be needed for normal applications.</string>
  291.  
  292.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  293.     <string name="permlab_bindInputMethod">bind to an input method</string>
  294.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  295.     <string name="permdesc_bindInputMethod">Allows the holder to bind to the top-level
  296.         interface of an input method. Should never be needed for normal applications.</string>
  297.  
  298.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  299.     <string name="permlab_bindWallpaper">bind to a wallpaper</string>
  300.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  301.     <string name="permdesc_bindWallpaper">Allows the holder to bind to the top-level
  302.         interface of a wallpaper. Should never be needed for normal applications.</string>
  303.  
  304.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  305.     <string name="permlab_setOrientation">change screen orientation</string>
  306.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  307.     <string name="permdesc_setOrientation">Allows an application to change
  308.         the rotation of the screen at any time. Should never be needed for
  309.         normal applications.</string>
  310.  
  311.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  312.     <string name="permlab_signalPersistentProcesses">send Linux signals to applications</string>
  313.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  314.     <string name="permdesc_signalPersistentProcesses">Allows application to request that the
  315.         supplied signal be sent to all persistent processes.</string>
  316.  
  317.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  318.     <string name="permlab_persistentActivity">make application always run</string>
  319.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  320.     <string name="permdesc_persistentActivity">Allows an application to make
  321.         parts of itself persistent, so the system can\'t use it for other
  322.         applications.</string>
  323.  
  324.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  325.     <string name="permlab_deletePackages">delete applications</string>
  326.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  327.     <string name="permdesc_deletePackages">Allows an application to delete
  328.         Android packages. Malicious applications can use this to delete important applications.</string>
  329.  
  330.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  331.     <string name="permlab_clearAppUserData">delete other applications\' data</string>
  332.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  333.     <string name="permdesc_clearAppUserData">Allows an application to clear user data.</string>
  334.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  335.     <string name="permlab_deleteCacheFiles">delete other applications\' caches</string>
  336.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  337.     <string name="permdesc_deleteCacheFiles">Allows an application to delete
  338.         cache files.</string>
  339.  
  340.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  341.     <string name="permlab_getPackageSize">measure application storage space</string>
  342.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  343.     <string name="permdesc_getPackageSize">Allows an application to retrieve
  344.         its code, data, and cache sizes</string>
  345.  
  346.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  347.     <string name="permlab_installPackages">directly install applications</string>
  348.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  349.     <string name="permdesc_installPackages">Allows an application to install new or updated
  350.         Android packages. Malicious applications can use this to add new applications with arbitrarily
  351.         powerful permissions.</string>
  352.  
  353.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  354.     <string name="permlab_clearAppCache">delete all application cache data</string>
  355.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  356.     <string name="permdesc_clearAppCache">Allows an application to free phone storage
  357.         by deleting files in application cache directory. Access is very
  358.         restricted usually to system process.</string>
  359.  
  360.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  361.     <string name="permlab_readLogs">read system log files</string>
  362.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  363.     <string name="permdesc_readLogs">Allows an application to read from the
  364.         system\'s various log files.  This allows it to discover general
  365.         information about what you are doing with the phone, but they should
  366.         not contain any personal or private information.</string>
  367.  
  368.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  369.     <string name="permlab_diagnostic">read/write to resources owned by diag</string>
  370.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  371.     <string name="permdesc_diagnostic">Allows an application to read and write to
  372.     any resource owned by the diag group; for example, files in /dev. This could
  373.     potentially affect system stability and security. This should be ONLY be used
  374.     for hardware-specific diagnostics by the manufacturer or operator.</string>
  375.  
  376.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  377.     <string name="permlab_changeComponentState">enable or disable application components</string>
  378.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  379.     <string name="permdesc_changeComponentState">Allows an application to change whether a
  380.         component of another application is enabled or not. Malicious applications can use this
  381.         to disable important phone capabilities. Care must be used with permission, as it is
  382.         possible to get application components into an unusable, inconsistent, or unstable state.
  383.     </string>
  384.  
  385.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  386.     <string name="permlab_setPreferredApplications">set preferred applications</string>
  387.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  388.     <string name="permdesc_setPreferredApplications">Allows an application to
  389.         modify your preferred applications. This can allow malicious applications
  390.         to silently change the applications that are run, spoofing your
  391.         existing applications to collect private data from you.</string>
  392.  
  393.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  394.     <string name="permlab_writeSettings">modify global system settings</string>
  395.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  396.     <string name="permdesc_writeSettings">Allows an application to modify the
  397.         system\'s settings data. Malicious applications can corrupt your system\'s
  398.         configuration.</string>
  399.  
  400.     <string name="permlab_writeSecureSettings">modify secure system settings</string>
  401.     <string name="permdesc_writeSecureSettings">Allows an application to modify the
  402.         system\'s secure settings data. Not for use by normal applications.</string>
  403.  
  404.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  405.     <string name="permlab_writeGservices">modify the Google services map</string>
  406.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  407.     <string name="permdesc_writeGservices">Allows an application to modify the
  408.         Google services map.  Not for use by normal applications.</string>
  409.  
  410.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  411.     <string name="permlab_receiveBootCompleted">automatically start at boot</string>
  412.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  413.     <string name="permdesc_receiveBootCompleted">Allows an application to
  414.         have itself started as soon as the system has finished booting.
  415.         This can make it take longer to start the phone and allow the
  416.         application to slow down the overall phone by always running.</string>
  417.  
  418.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  419.     <string name="permlab_broadcastSticky">send sticky broadcast</string>
  420.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  421.     <string name="permdesc_broadcastSticky">Allows an application to send
  422.         sticky broadcasts, which remain after the broadcast ends.
  423.         Malicious applications can make the phone slow or unstable by causing it
  424.         to use too much memory.</string>
  425.  
  426.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  427.     <string name="permlab_readContacts">read contact data</string>
  428.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  429.     <string name="permdesc_readContacts">Allows an application to read all
  430.         of the contact (address) data stored on your phone. Malicious applications
  431.         can use this to send your data to other people.</string>
  432.  
  433.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  434.     <string name="permlab_writeContacts">write contact data</string>
  435.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  436.     <string name="permdesc_writeContacts">Allows an application to modify the
  437.         contact (address) data stored on your phone. Malicious
  438.         applications can use this to erase or modify your contact data.</string>
  439.  
  440.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  441.     <string name="permlab_writeOwnerData">write owner data</string>
  442.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  443.     <string name="permdesc_writeOwnerData">Allows an application to modify the
  444.         phone owner data stored on your phone. Malicious
  445.         applications can use this to erase or modify owner data.</string>
  446.  
  447.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  448.     <string name="permlab_readOwnerData">read owner data</string>
  449.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  450.     <string name="permdesc_readOwnerData">Allows an application read the
  451.         phone owner data stored on your phone. Malicious
  452.         applications can use this to read phone owner data.</string>
  453.  
  454.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  455.     <string name="permlab_readCalendar">read calendar data</string>
  456.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  457.     <string name="permdesc_readCalendar">Allows an application to read all
  458.         of the calendar events stored on your phone. Malicious applications
  459.         can use this to send your calendar events to other people.</string>
  460.  
  461.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  462.     <string name="permlab_writeCalendar">write calendar data</string>
  463.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  464.     <string name="permdesc_writeCalendar">Allows an application to modify the
  465.         calendar events stored on your phone. Malicious
  466.         applications can use this to erase or modify your calendar data.</string>
  467.  
  468.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  469.     <string name="permlab_accessMockLocation">mock location sources for testing</string>
  470.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  471.     <string name="permdesc_accessMockLocation">Create mock location sources for testing.
  472.         Malicious applications can use this to override the location and/or status returned by real
  473.         location sources such as GPS or Network providers.</string>
  474.  
  475.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  476.     <string name="permlab_accessLocationExtraCommands">access extra location provider commands</string>
  477.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  478.     <string name="permdesc_accessLocationExtraCommands">Access extra location provider commands.
  479.         Malicious applications could use this to interfere with the operation of the GPS
  480.         or other location sources.</string>
  481.  
  482.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  483.     <string name="permlab_installLocationProvider">permission to install a location provider</string>
  484.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  485.     <string name="permdesc_installLocationProvider">Create mock location sources for testing.
  486.         Malicious applications can use this to override the location and/or status returned by real
  487.         location sources such as GPS or Network providers or monitor and report your location to an external source.</string>
  488.  
  489.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  490.     <string name="permlab_accessFineLocation">fine (GPS) location</string>
  491.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  492.     <string name="permdesc_accessFineLocation">Access fine location sources such as the
  493.         Global Positioning System on the phone, where available.
  494.         Malicious applications can use this to determine where you are, and may
  495.         consume additional battery power.</string>
  496.  
  497.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  498.     <string name="permlab_accessCoarseLocation">coarse (network-based) location</string>
  499.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  500.     <string name="permdesc_accessCoarseLocation">Access coarse location sources such as the cellular
  501.         network database to determine an approximate phone location, where available. Malicious
  502.         applications can use this to determine approximately where you are.</string>
  503.  
  504.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  505.     <string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>
  506.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  507.     <string name="permdesc_accessSurfaceFlinger">Allows application to use
  508.         SurfaceFlinger low-level features.</string>
  509.  
  510.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  511.     <string name="permlab_readFrameBuffer">read frame buffer</string>
  512.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  513.     <string name="permdesc_readFrameBuffer">Allows application to
  514.         read the content of the frame buffer.</string>
  515.  
  516.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  517.     <string name="permlab_modifyAudioSettings">change your audio settings</string>
  518.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  519.     <string name="permdesc_modifyAudioSettings">Allows application to modify
  520.         global audio settings such as volume and routing.</string>
  521.  
  522.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  523.     <string name="permlab_recordAudio">record audio</string>
  524.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  525.     <string name="permdesc_recordAudio">Allows application to access
  526.         the audio record path.</string>
  527.  
  528.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  529.     <string name="permlab_camera">take pictures</string>
  530.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  531.     <string name="permdesc_camera">Allows application to take pictures
  532.         with the camera. This allows the application at any time to collect
  533.         images the camera is seeing.</string>
  534.  
  535.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  536.     <string name="permlab_brick">permanently disable phone</string>
  537.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  538.     <string name="permdesc_brick">Allows the application to
  539.         disable the entire phone permanently. This is very dangerous.</string>
  540.  
  541.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  542.     <string name="permlab_reboot">force phone reboot</string>
  543.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  544.     <string name="permdesc_reboot">Allows the application to
  545.         force the phone to reboot.</string>
  546.  
  547.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  548.     <string name="permlab_mount_unmount_filesystems">mount and unmount filesystems</string>
  549.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  550.     <string name="permdesc_mount_unmount_filesystems">Allows the application to mount and
  551.         unmount filesystems for removable storage.</string>
  552.  
  553.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  554.     <string name="permlab_mount_format_filesystems">format external storage</string>
  555.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  556.     <string name="permdesc_mount_format_filesystems">Allows the application to format removable storage.</string>
  557.  
  558.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  559.     <string name="permlab_vibrate">control vibrator</string>
  560.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  561.     <string name="permdesc_vibrate">Allows the application to control
  562.         the vibrator.</string>
  563.  
  564.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  565.     <string name="permlab_flashlight">control flashlight</string>
  566.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  567.     <string name="permdesc_flashlight">Allows the application to control
  568.         the flashlight.</string>
  569.  
  570.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  571.     <string name="permlab_hardware_test">test hardware</string>
  572.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  573.     <string name="permdesc_hardware_test">Allows the application to control
  574.         various peripherals for the purpose of hardware testing.</string>
  575.  
  576.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  577.     <string name="permlab_callPhone">directly call phone numbers</string>
  578.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  579.     <string name="permdesc_callPhone">Allows the application to call
  580.         phone numbers without your intervention. Malicious applications may
  581.         cause unexpected calls on your phone bill. Note that this does not
  582.         allow the application to call emergency numbers.</string>
  583.  
  584.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  585.     <string name="permlab_callPrivileged">directly call any phone numbers</string>
  586.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  587.     <string name="permdesc_callPrivileged">Allows the application to call
  588.         any phone number, including emergency numbers, without your intervention.
  589.         Malicious applications may place unnecessary and illegal calls to emergency
  590.         services.</string>
  591.  
  592.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  593.     <string name="permlab_performCdmaProvisioning">directly start CDMA phone setup</string>
  594.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  595.     <string name="permdesc_performCdmaProvisioning">Allows the application to start CDMA provisioning.
  596.         Malicious applications may unnecessarily start CDMA provisioning</string>
  597.  
  598.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  599.     <string name="permlab_locationUpdates">control location update notifications</string>
  600.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  601.     <string name="permdesc_locationUpdates">Allows enabling/disabling location
  602.         update notifications from the radio.  Not for use by normal applications.</string>
  603.  
  604.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  605.     <string name="permlab_checkinProperties">access checkin properties</string>
  606.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  607.     <string name="permdesc_checkinProperties">Allows read/write access to
  608.         properties uploaded by the checkin service.  Not for use by normal
  609.         applications.</string>
  610.  
  611.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  612.     <string name="permlab_bindGadget">choose widgets</string>
  613.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  614.     <string name="permdesc_bindGadget">Allows the application to tell the system
  615.         which widgets can be used by which application.  With this permission,
  616.         applications can give access to personal data to other applications.
  617.         Not for use by normal applications.</string>
  618.  
  619.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  620.     <string name="permlab_modifyPhoneState">modify phone state</string>
  621.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  622.     <string name="permdesc_modifyPhoneState">Allows the application to control the
  623.         phone features of the device. An application with this permission can switch
  624.         networks, turn the phone radio on and off and the like without ever notifying
  625.         you.</string>
  626.  
  627.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  628.     <string name="permlab_readPhoneState">read phone state and identity</string>
  629.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  630.     <string name="permdesc_readPhoneState">Allows the application to access the phone
  631.         features of the device.  An application with this permission can determine the phone
  632.         number and serial number of this phone, whether a call is active, the number that call
  633.         is connected to and the like.</string>
  634.  
  635.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  636.     <string name="permlab_wakeLock">prevent phone from sleeping</string>
  637.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  638.     <string name="permdesc_wakeLock">Allows an application to prevent
  639.         the phone from going to sleep.</string>
  640.  
  641.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  642.     <string name="permlab_devicePower">power phone on or off</string>
  643.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  644.     <string name="permdesc_devicePower">Allows the application to turn the
  645.         phone on or off.</string>
  646.  
  647.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  648.     <string name="permlab_factoryTest">run in factory test mode</string>
  649.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  650.     <string name="permdesc_factoryTest">Run as a low-level manufacturer test,
  651.         allowing complete access to the phone hardware. Only available
  652.         when a phone is running in manufacturer test mode.</string>
  653.  
  654.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  655.     <string name="permlab_setWallpaper">set wallpaper</string>
  656.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  657.     <string name="permdesc_setWallpaper">Allows the application
  658.         to set the system wallpaper.</string>
  659.  
  660.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  661.     <string name="permlab_setWallpaperHints">set wallpaper size hints</string>
  662.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  663.     <string name="permdesc_setWallpaperHints">Allows the application
  664.         to set the system wallpaper size hints.</string>
  665.  
  666.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  667.     <string name="permlab_masterClear">reset system to factory defaults</string>
  668.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  669.     <string name="permdesc_masterClear">Allows an application to completely
  670.         reset the system to its factory settings, erasing all data,
  671.         configuration, and installed applications.</string>
  672.  
  673.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  674.     <string name="permlab_setTimeZone">set time zone</string>
  675.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  676.     <string name="permdesc_setTimeZone">Allows an application to change
  677.         the phone\'s time zone.</string>
  678.  
  679.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  680.     <string name="permlab_accountManagerService">act as the AccountManagerService</string>
  681.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  682.     <string name="permdesc_accountManagerService">Allows an
  683.     application to make calls to AccountAuthenticators</string>
  684.  
  685.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  686.     <string name="permlab_getAccounts">discover known accounts</string>
  687.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  688.     <string name="permdesc_getAccounts">Allows an application to get
  689.       the list of accounts known by the phone.</string>
  690.  
  691.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  692.     <string name="permlab_authenticateAccounts">act as an account authenticator</string>
  693.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  694.     <string name="permdesc_authenticateAccounts">Allows an application
  695.     to use the account authenticator capabilities of the
  696.     AccountManager, including creating accounts and getting and
  697.     setting their passwords.</string>
  698.  
  699.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  700.     <string name="permlab_manageAccounts">manage the accounts list</string>
  701.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  702.     <string name="permdesc_manageAccounts">Allows an application to
  703.     perform operations like adding, and removing accounts and deleting
  704.     their password.</string>
  705.  
  706.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  707.     <string name="permlab_useCredentials">use the authentication
  708.     credentials of an account</string>
  709.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  710.     <string name="permdesc_useCredentials">Allows an application to
  711.     request authentication tokens.</string>
  712.  
  713.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  714.     <string name="permlab_accessNetworkState">view network state</string>
  715.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  716.     <string name="permdesc_accessNetworkState">Allows an application to view
  717.       the state of all networks.</string>
  718.  
  719.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  720.     <string name="permlab_createNetworkSockets">full Internet access</string>
  721.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  722.     <string name="permdesc_createNetworkSockets">Allows an application to
  723.       create network sockets.</string>
  724.  
  725.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  726.     <string name="permlab_writeApnSettings">write Access Point Name settings</string>
  727.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  728.     <string name="permdesc_writeApnSettings">Allows an application to modify the APN
  729.         settings, such as Proxy and Port of any APN.</string>
  730.  
  731.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  732.     <string name="permlab_changeNetworkState">change network connectivity</string>
  733.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  734.     <string name="permdesc_changeNetworkState">Allows an application to change
  735.       the state network connectivity.</string>
  736.  
  737.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  738.     <string name="permlab_changeBackgroundDataSetting">change background data usage setting</string>
  739.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  740.     <string name="permdesc_changeBackgroundDataSetting">Allows an application to change
  741.       the background data usage setting.</string>
  742.  
  743.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  744.     <string name="permlab_accessWifiState">view Wi-Fi state</string>
  745.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  746.     <string name="permdesc_accessWifiState">Allows an application to view
  747.       the information about the state of Wi-Fi.</string>
  748.  
  749.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  750.     <string name="permlab_changeWifiState">change Wi-Fi state</string>
  751.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  752.     <string name="permdesc_changeWifiState">Allows an application to connect
  753.       to and disconnect from Wi-Fi access points, and to make changes to
  754.       configured Wi-Fi networks.</string>
  755.  
  756.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  757.     <string name="permlab_changeWifiMulticastState">allow Wi-Fi Multicast
  758.       reception</string>
  759.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  760.     <string name="permdesc_changeWifiMulticastState">Allows an application to
  761.       receive packets not directly addressed to your device.  This can be
  762.       useful when discovering services offered near by.  It uses more power
  763.       than the non-multicast mode.</string>
  764.  
  765.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  766.     <string name="permlab_bluetoothAdmin">bluetooth administration</string>
  767.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  768.     <string name="permdesc_bluetoothAdmin">Allows an application to configure
  769.       the local Bluetooth phone, and to discover and pair with remote
  770.       devices.</string>
  771.  
  772.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  773.     <string name="permlab_bluetooth">create Bluetooth connections</string>
  774.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  775.     <string name="permdesc_bluetooth">Allows an application to view
  776.       configuration of the local Bluetooth phone, and to make and accept
  777.       connections with paired devices.</string>
  778.  
  779.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  780.     <string name="permlab_disableKeyguard">disable keylock</string>
  781.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  782.     <string name="permdesc_disableKeyguard">Allows an application to disable
  783.       the keylock and any associated password security. A legitimate example of
  784.       this is the phone disabling the keylock when receiving an incoming phone call,
  785.       then re-enabling the keylock when the call is finished.</string>
  786.  
  787.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  788.     <string name="permlab_readSyncSettings">read sync settings</string>
  789.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  790.     <string name="permdesc_readSyncSettings">Allows an application to read the sync settings,
  791.         such as whether sync is enabled for Contacts.</string>
  792.  
  793.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  794.     <string name="permlab_writeSyncSettings">write sync settings</string>
  795.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  796.     <string name="permdesc_writeSyncSettings">Allows an application to modify the sync
  797.         settings, such as whether sync is enabled for Contacts.</string>
  798.  
  799.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  800.     <string name="permlab_readSyncStats">read sync statistics</string>
  801.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  802.     <string name="permdesc_readSyncStats">Allows an application to read the sync stats; e.g., the
  803.         history of syncs that have occurred.</string>
  804.  
  805.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  806.     <string name="permlab_subscribedFeedsRead">read subscribed feeds</string>
  807.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  808.     <string name="permdesc_subscribedFeedsRead">Allows an application to get details about the currently synced feeds.</string>
  809.  
  810.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  811.     <string name="permlab_subscribedFeedsWrite">write subscribed feeds</string>
  812.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  813.     <string name="permdesc_subscribedFeedsWrite">Allows an application to modify
  814.       your currently synced feeds. This could allow a malicious application to
  815.       change your synced feeds.</string>
  816.  
  817.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  818.     <string name="permlab_readDictionary">read user defined dictionary</string>
  819.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  820.     <string name="permdesc_readDictionary">Allows an application to read any private
  821.       words, names and phrases that the user may have stored in the user dictionary.</string>
  822.  
  823.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  824.     <string name="permlab_writeDictionary">write to user defined dictionary</string>
  825.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  826.     <string name="permdesc_writeDictionary">Allows an application to write new words into the
  827.       user dictionary.</string>
  828.  
  829.     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  830.     <string name="permlab_sdcardWrite">modify/delete SD card contents</string>
  831.     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
  832.     <string name="permdesc_sdcardWrite">Allows an application to write to the SD card.</string>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement