Merge "Add missing @Deprecated annotation."

am: 498562c3cb

Change-Id: I8e744a739a5772e68fb87cf64747d9e7c03bf416
This commit is contained in:
Tobias Thierer
2019-04-10 04:51:08 -07:00
committed by android-build-merger

View File

@@ -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;
/**