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

Commit a11f1d2d authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "API: Clean up redundant and ineffective usages of SystemApi and TestApi (2/2)"

am: a48e4311

Change-Id: I4f5284ab3445e89a2394386ca0da6ae8cf613906
parents 683e3794 a48e4311
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ import android.annotation.NonNull;
import android.annotation.RequiresPermission;
import android.annotation.SystemApi;
import android.annotation.SystemService;
import android.annotation.TestApi;
import android.annotation.UnsupportedAppUsage;
import android.content.ComponentName;
import android.content.Context;
@@ -230,7 +229,6 @@ public class VrManager {
     * input by InputMethodManagerService.
     * @hide
     */
    @TestApi
    @RequiresPermission(android.Manifest.permission.RESTRICTED_VR_ACCESS)
    public void setVrInputMethod(ComponentName componentName) {
        try {