diff --git a/zxing-android-embedded/AndroidManifest.xml b/zxing-android-embedded/AndroidManifest.xml index d3e61770..25585e9e 100644 --- a/zxing-android-embedded/AndroidManifest.xml +++ b/zxing-android-embedded/AndroidManifest.xml @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - + @@ -35,7 +37,8 @@ android:screenOrientation="sensorLandscape" android:stateNotNeeded="true" android:theme="@style/zxing_CaptureTheme" - android:windowSoftInputMode="stateAlwaysHidden"/> + android:windowSoftInputMode="stateAlwaysHidden" + tools:ignore="DiscouragedApi" />