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

Commit db3c2c0a authored by Jing Ji's avatar Jing Ji
Browse files

Fix typos in various code places

It should be "exempted".

Bug: 270242082
Test: treehugger
Change-Id: I32fee3adba30b80dccb01a9a085950fd69392287
parent c122093e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ public class ServiceInfo extends ComponentInfo
    /**
     * Constant corresponding to {@code systemExempted} in
     * the {@link android.R.attr#foregroundServiceType} attribute.
     * The system exmpted foreground service use cases.
     * The system exempted foreground service use cases.
     *
     * <p class="note">Note, apps are allowed to use this type only in the following cases:
     * <ul>
+1 −1
Original line number Diff line number Diff line
@@ -1714,7 +1714,7 @@
            this type.
        -->
        <flag name="remoteMessaging" value="0x200" />
        <!-- The system exmpted foreground service use cases.
        <!-- The system exempted foreground service use cases.
            <p>Requires the app to hold the permission
            {@link android.Manifest.permission#FOREGROUND_SERVICE_SYSTEM_EXEMPTED} in order to use
            this type. Apps are allowed to use this type only in the use cases listed in
+1 −1
Original line number Diff line number Diff line
@@ -1388,7 +1388,7 @@ final class AppBatteryTracker extends BaseAppStateTracker<AppBatteryPolicy>
        final int mDefaultBgCurrentDrainPowerComponent;

        /**
         * Default value to {@link #mBgCurrentDrainExmptedTypes}.
         * Default value to {@link #mBgCurrentDrainExemptedTypes}.
         **/
        final int mDefaultBgCurrentDrainExemptedTypes;