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

Commit 435ca752 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Corrected GET_ACCOUNTS comment--permission is 'dangerous'

Edit XML comments to note that GET_ACCOUNTS permission is 'dangerous',
not 'normal'. Made a couple of other Javadoc fixes while I had the
file open (summary sentences that were badly formatted, messing up the
Javadoc summary tables). NO CHANGES outside of XML comments.

See first comment for doc stage location.

bug: 25630412
Change-Id: Ic5f80b9f99e283dcf2f1cb9d2ab4a38138ec66e6
parent 7739bf36
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -843,7 +843,7 @@
    <!-- =============================================================== -->
    <eat-comment />

    <!-- Allows an application to modify and remove existing voicemails in the system
    <!-- Allows an application to modify and remove existing voicemails in the system.
        <p>Protection level: system|signature
    -->
    <permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL"
@@ -860,7 +860,7 @@
    <!-- ======================================= -->
    <eat-comment />

    <!-- Allows an application to access extra location provider commands
    <!-- Allows an application to access extra location provider commands.
         <p>Protection level: normal
    -->
    <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
@@ -906,7 +906,7 @@
        android:label="@string/permlab_createNetworkSockets"
        android:protectionLevel="normal" />

    <!-- Allows applications to access information about networks
    <!-- Allows applications to access information about networks.
         <p>Protection level: normal
    -->
    <permission android:name="android.permission.ACCESS_NETWORK_STATE"
@@ -1037,7 +1037,7 @@
    <eat-comment />

    <!-- Allows access to the list of accounts in the Accounts Service.
        <p>Protection level: normal
        <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.GET_ACCOUNTS"
        android:permissionGroup="android.permission-group.CONTACTS"
@@ -1934,7 +1934,7 @@
    <permission android:name="android.permission.BIND_PRINT_SPOOLER_SERVICE"
        android:protectionLevel="signature" />

    <!-- Must be required by a TextService (e.g. SpellCheckerService)
    <!-- Must be required by a TextService (eg SpellCheckerService)
         to ensure that only the system can bind to it.
         <p>Protection level: signature
    -->