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

Commit e54bfb27 authored by JD Horelick's avatar JD Horelick
Browse files

Fix some spelling issues from the editable permissions commit.

Change-Id: Ie402704af7576db034f07735ec64f8ec68e33b46
parent abff94d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ public class AppSecurityEditablePermissions extends AppSecurityPermissionsBase{
        try {
            pkgInfo = mPm.getPackageInfo(packageName, PackageManager.GET_PERMISSIONS);
        } catch (NameNotFoundException e) {
            Log.w(TAG, "Could'nt retrieve permissions for package:"+packageName);
            Log.w(TAG, "Couldn't retrieve permissions for package:"+packageName);
            return;
        }
        // Extract all user permissions
@@ -159,7 +159,7 @@ public class AppSecurityEditablePermissions extends AppSecurityPermissionsBase{
        try {
            pkgInfo = mPm.getPackageInfo(packageName, PackageManager.GET_PERMISSIONS);
        } catch (NameNotFoundException e) {
            Log.w(TAG, "Could'nt retrieve permissions for package:"+packageName);
            Log.w(TAG, "Couldn't retrieve permissions for package:"+packageName);
            return;
        }
        if ((pkgInfo != null) && (pkgInfo.requestedPermissions != null)) {
+1 −1
Original line number Diff line number Diff line
@@ -1279,7 +1279,7 @@
        android:description="@string/permlab_copyProtectedData"
        android:protectionLevel="signature" />

    <!-- Permission for reading writeing revoked permissions
    <!-- Permission for reading writing revoked permissions
         @hide -->
    <permission android:name="android.permission.REVOKE_PERMISSIONS"
        android:label="@string/permlab_revokePermissions"
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@
    <!-- Configure lense unlock time label offset -->
    <integer name="config_lenseTimeLabelOffsetDIP">0</integer>

    <!-- Enable mermissions managment -->
    <!-- Enable permissions management -->
    <bool name="config_enablePermissionsManagment">false</bool>

    <!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
+2 −2
Original line number Diff line number Diff line
@@ -1999,10 +1999,10 @@
        stopped unexpectedly. Please try again.</string>
    <!-- Title of the alert when an application is not responding. -->
    <string name="aerr_revoked_application">The application <xliff:g id="application">%1$s</xliff:g>
        (process <xliff:g id="process">%2$s</xliff:g>) has stopped unexpectedly.\nWARNING!\nThis application has one or more of its permissions REVOKED which may couse it to malfunction. Please grant its permissions and try again.</string>
        (process <xliff:g id="process">%2$s</xliff:g>) has stopped unexpectedly.\nWARNING!\nThis application has one or more of its permissions REVOKED which may cause it to malfunction. Please grant its permissions and try again.</string>
    <!-- Text of the alert that is displayed when an application has crashed. -->
    <string name="aerr_revoked_process">The process <xliff:g id="process">%1$s</xliff:g> has
        stopped unexpectedly.\nWARINIG!\nThis process has one or more of its permissions REVOKED which may couse it to malfunction. Please grant its permissions and try again.</string>
        stopped unexpectedly.\nWARNING!\nThis process has one or more of its permissions REVOKED which may cause it to malfunction. Please grant its permissions and try again.</string>
    <!-- Title of the alert when an application is not responding. -->
    <string name="anr_title">Sorry!</string>
    <!-- Text of the alert that is displayed when an application is not responding. -->