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

Commit 29274dc3 authored by Tobias Haamel's avatar Tobias Haamel
Browse files

Also fix the API description file after UI_MODE_SERVICE rename.

parent b09cc2cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23748,7 +23748,7 @@
>
<parameter name="parcel" type="android.os.Parcel">
</parameter>
<parameter name="flagz" type="int">
<parameter name="flags" type="int">
</parameter>
</method>
<field name="CREATOR"
@@ -34626,7 +34626,7 @@
 visibility="public"
>
</field>
<field name="UIMODE_SERVICE"
<field name="UI_MODE_SERVICE"
 type="java.lang.String"
 transient="false"
 volatile="false"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ import android.util.Log;
 *
 * <p>You do not instantiate this class directly; instead, retrieve it through
 * {@link android.content.Context#getSystemService
 * Context.getSystemService(Context.UIMODE_SERVICE)}.
 * Context.getSystemService(Context.UI_MODE_SERVICE)}.
 */
public class UiModeManager {
    private static final String TAG = "UiModeManager";