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

Commit f0862553 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use new UnsupportedAppUsage annotation."

parents 03f4dc0a c895b1b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ import android.annotation.IntDef;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.RequiresPermission;
import android.annotation.UnsupportedAppUsage;
import android.app.Service;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ParceledListSlice;
+1 −1
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@ import android.annotation.IntDef;
import android.annotation.IntRange;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledAfter;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ComponentName;
import android.content.Context;
import android.content.pm.PackageManager;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package android.accounts;

import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.os.Parcel;
import android.os.Parcelable;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.accounts;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;

/**
 * Used to store the Account and the UserId this account is associated with.
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@

package android.accounts;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Bundle;
import android.os.Parcelable;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.RemoteException;
import android.util.Log;

Loading