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

Commit 2743c5bb authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix errors caught by aapt2"

am: 5d58a302

Change-Id: Icf8a601da34c92af6f82afbbdf87468db6387049
parents 592590c3 5d58a302
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>