Merge "Add missing @Deprecated annotation."

This commit is contained in:
Treehugger Robot
2019-04-10 11:38:24 +00:00
committed by Gerrit Code Review

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