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

Commit 93958879 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use new UnsupportedAppUsage annotation."

parents d92149a7 33f92176
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database;

import android.annotation.NonNull;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ContentResolver;
import android.net.Uri;
import android.os.Build;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

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

/**
 * A base class for Cursors that store their data in {@link CursorWindow}s.
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Binder;
import android.os.Bundle;
import android.os.IBinder;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package android.database;

import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.net.Uri;
import android.os.Handler;
import android.os.UserHandle;
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database;

import android.annotation.BytesLong;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.res.Resources;
import android.database.sqlite.SQLiteClosable;
import android.database.sqlite.SQLiteException;
Loading