Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ package android { field public static final java.lang.String READ_SMS = "android.permission.READ_SMS"; field public static final java.lang.String READ_SYNC_SETTINGS = "android.permission.READ_SYNC_SETTINGS"; field public static final java.lang.String READ_SYNC_STATS = "android.permission.READ_SYNC_STATS"; field public static final java.lang.String READ_WRITE_ALL_VOICEMAIL = "com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL"; field public static final java.lang.String READ_WRITE_OWN_VOICEMAIL = "com.android.voicemail.permission.READ_WRITE_OWN_VOICEMAIL"; field public static final java.lang.String REBOOT = "android.permission.REBOOT"; field public static final java.lang.String RECEIVE_BOOT_COMPLETED = "android.permission.RECEIVE_BOOT_COMPLETED"; core/res/AndroidManifest.xml +0 −9 Original line number Diff line number Diff line Loading @@ -300,15 +300,6 @@ android:label="@string/permlab_readWriteOwnVoicemail" android:description="@string/permdesc_readWriteOwnVoicemail" /> <!-- Allows an application to read/write all voicemails. In order to be able access all voicemails, this permission is needed in *addition* to READ_WRITE_OWN_VOICEMAIL. --> <permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" android:permissionGroup="android.permission-group.PERSONAL_INFO" android:protectionLevel="signature" android:label="@string/permlab_readWriteAllVoicemail" android:description="@string/permdesc_readWriteAllVoicemail" /> <!-- ======================================= --> <!-- Permissions for accessing location info --> <!-- ======================================= --> Loading core/res/res/values/strings.xml +0 −8 Original line number Diff line number Diff line Loading @@ -2159,14 +2159,6 @@ <string name="permdesc_readWriteOwnVoicemail">Allows the application to store and retrieve only voicemails that its associated service can access.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] --> <string name="permlab_readWriteAllVoicemail">Access all voicemails</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] --> <string name="permdesc_readWriteAllVoicemail">Allows the application to store and retrieve all voicemails that this device can access.</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_writeGeolocationPermissions">Modify Browser geolocation permissions</string> Loading Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ package android { field public static final java.lang.String READ_SMS = "android.permission.READ_SMS"; field public static final java.lang.String READ_SYNC_SETTINGS = "android.permission.READ_SYNC_SETTINGS"; field public static final java.lang.String READ_SYNC_STATS = "android.permission.READ_SYNC_STATS"; field public static final java.lang.String READ_WRITE_ALL_VOICEMAIL = "com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL"; field public static final java.lang.String READ_WRITE_OWN_VOICEMAIL = "com.android.voicemail.permission.READ_WRITE_OWN_VOICEMAIL"; field public static final java.lang.String REBOOT = "android.permission.REBOOT"; field public static final java.lang.String RECEIVE_BOOT_COMPLETED = "android.permission.RECEIVE_BOOT_COMPLETED";
core/res/AndroidManifest.xml +0 −9 Original line number Diff line number Diff line Loading @@ -300,15 +300,6 @@ android:label="@string/permlab_readWriteOwnVoicemail" android:description="@string/permdesc_readWriteOwnVoicemail" /> <!-- Allows an application to read/write all voicemails. In order to be able access all voicemails, this permission is needed in *addition* to READ_WRITE_OWN_VOICEMAIL. --> <permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" android:permissionGroup="android.permission-group.PERSONAL_INFO" android:protectionLevel="signature" android:label="@string/permlab_readWriteAllVoicemail" android:description="@string/permdesc_readWriteAllVoicemail" /> <!-- ======================================= --> <!-- Permissions for accessing location info --> <!-- ======================================= --> Loading
core/res/res/values/strings.xml +0 −8 Original line number Diff line number Diff line Loading @@ -2159,14 +2159,6 @@ <string name="permdesc_readWriteOwnVoicemail">Allows the application to store and retrieve only voicemails that its associated service can access.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] --> <string name="permlab_readWriteAllVoicemail">Access all voicemails</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] --> <string name="permdesc_readWriteAllVoicemail">Allows the application to store and retrieve all voicemails that this device can access.</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_writeGeolocationPermissions">Modify Browser geolocation permissions</string> Loading