Merge "Fix errors caught by aapt2"
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
package="com.example.android.nativemididemo"
|
package="com.example.android.nativemididemo"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
|
<uses-feature android:name="android.software.midi" android:required="true"/>
|
||||||
<application
|
<application
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:fullBackupContent="false"
|
android:fullBackupContent="false"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<uses-feature android:name="android.software.midi" android:required="true"/>
|
|
||||||
<activity android:name=".NativeMidi"
|
<activity android:name=".NativeMidi"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
Reference in New Issue
Block a user