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

Commit d9c42510 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Add missing @Deprecated annotation." am: 498562c3 am: cccb4f08

am: ebb1d94c

Change-Id: Ic0d827f16475f0902941241dd6e20039a3c545f3
parents c9c174fa ebb1d94c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ public class TelephonyIntents {
     * by the system.
     * @deprecated use {@link Intent#ACTION_SERVICE_STATE}
     */
    @Deprecated
    public static final String ACTION_SERVICE_STATE_CHANGED = Intent.ACTION_SERVICE_STATE;

    /**