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

Commit fc521004 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...

Merge "API: Clean up redundant and ineffective usages of SystemApi and TestApi (2/2)" am: a48e4311 am: a11f1d2d
am: 84f03da3

Change-Id: I4c746b570470301f076efca9d4897cb2032a3732
parents a0909a41 84f03da3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,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;
@@ -222,7 +221,6 @@ public class VrManager {
     * @param componentName ComponentName of a VR InputMethod that should be set as selected
     * input by InputMethodManagerService.
     */
    @TestApi
    @RequiresPermission(android.Manifest.permission.RESTRICTED_VR_ACCESS)
    public void setVrInputMethod(ComponentName componentName) {
        try {