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

Commit 1ae936a5 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove unsed import from RecommendedStreamConfigurationMap

The string symbol

  com.android.internal.R.string.hardware

is resolved as

  "Use on-screen keyboard",

which has nothing to do with camera.

Before removing the above string symbol, let's clean up this unused
reference.

Bug: 304460009
Test: presubmit
Change-Id: I22a5820b9abaff45c7e5d7c3408359097449a34d
parent 9d36aab1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

package android.hardware.camera2.params;

import static com.android.internal.R.string.hardware;

import android.annotation.IntDef;
import android.annotation.IntRange;
import android.annotation.NonNull;