Loading core/res/AndroidManifest.xml +10 −1 Original line number Diff line number Diff line Loading @@ -122,6 +122,15 @@ android:label="@string/permlab_sendSms" android:description="@string/permdesc_sendSms" /> <!-- Allows an application to send SMS messages via the Messaging app with no user input or confirmation. @hide --> <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION" android:permissionGroup="android.permission-group.COST_MONEY" android:protectionLevel="signatureOrSystem" android:label="@string/permlab_sendSmsNoConfirmation" android:description="@string/permdesc_sendSmsNoConfirmation" /> <!-- Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed. --> Loading core/res/res/values/strings.xml +11 −4 Original line number Diff line number Diff line Loading @@ -475,6 +475,13 @@ messages without your confirmation.</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_sendSmsNoConfirmation">send SMS messages with no confirmation</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_sendSmsNoConfirmation">Allows application to send SMS messages. Malicious applications may cost you money by sending messages without your confirmation.</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_readSms">read SMS or MMS</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_readSms" product="tablet">Allows application to read Loading Loading
core/res/AndroidManifest.xml +10 −1 Original line number Diff line number Diff line Loading @@ -122,6 +122,15 @@ android:label="@string/permlab_sendSms" android:description="@string/permdesc_sendSms" /> <!-- Allows an application to send SMS messages via the Messaging app with no user input or confirmation. @hide --> <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION" android:permissionGroup="android.permission-group.COST_MONEY" android:protectionLevel="signatureOrSystem" android:label="@string/permlab_sendSmsNoConfirmation" android:description="@string/permdesc_sendSmsNoConfirmation" /> <!-- Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed. --> Loading
core/res/res/values/strings.xml +11 −4 Original line number Diff line number Diff line Loading @@ -475,6 +475,13 @@ messages without your confirmation.</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_sendSmsNoConfirmation">send SMS messages with no confirmation</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_sendSmsNoConfirmation">Allows application to send SMS messages. Malicious applications may cost you money by sending messages without your confirmation.</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_readSms">read SMS or MMS</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_readSms" product="tablet">Allows application to read Loading