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

Commit 3478ddce authored by Colin Cross's avatar Colin Cross
Browse files

Fix errors caught by aapt2

Fixes:
frameworks/base/media/tests/NativeMidiDemo/AndroidManifest.xml:11: error: unknown element <uses-feature> found.

Bug: 79481102
Test: m java FORCE_AAPT2=true
Change-Id: Ife9b7c9eb97adfd6525912776f16cb27b5d22677
Merged-In: I7bb02b8926d01090132ce873c785b5323a9fa5f8
parent a864902d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@
          package="com.example.android.nativemididemo"
          android:versionCode="1"
          android:versionName="1.0">
  <uses-feature android:name="android.software.midi" android:required="true"/>
  <application
      android:allowBackup="false"
      android:fullBackupContent="false"
      android:icon="@mipmap/ic_launcher"
      android:label="@string/app_name">
    <uses-feature android:name="android.software.midi" android:required="true"/>
    <activity android:name=".NativeMidi"
              android:label="@string/app_name">
      <intent-filter>