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

Commit 48d9980d authored by Bjorn Bringert's avatar Bjorn Bringert
Browse files

Expose Context.STORAGE_SERVICE in master

This was recently hidden in Froyo, and the the change automerged
to Master, where it broke the SDK build since StorageManager is
exposed in Master.

Change-Id: I44f9f666c7644e1c16e3274adc6ae6cd5ac0fdd4
parent f4d67ca6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -34776,6 +34776,17 @@
 visibility="public"
>
</field>
<field name="STORAGE_SERVICE"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;storage&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="TELEPHONY_SERVICE"
 type="java.lang.String"
 transient="false"
+0 −1
Original line number Diff line number Diff line
@@ -1373,7 +1373,6 @@ public abstract class Context {
    public static final String SENSOR_SERVICE = "sensor";
    
    /**
     * @hide
     * Use with {@link #getSystemService} to retrieve a {@link
     * android.os.storage.StorageManager} for accesssing system storage
     * functions.