0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

lint: Manifest - remove unused namespace

This commit is contained in:
David Allison 2023-02-15 20:12:43 +00:00 committed by Mike Hardy
parent 60a823d9c2
commit 913a705a7c

View File

@ -19,9 +19,7 @@
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
>
android:installLocation="auto">
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.any" android:required="false" />
<uses-feature android:name="android.hardware.audio.output" android:required="false" />