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

Commit 5b2dbcad authored by Colin Cross's avatar Colin Cross
Browse files

Fix errors caught by aapt2

Fixes:
packages/apps/Bluetooth/tests/unit/AndroidManifest.xml:57: error: unexpected element <uses-permission> found in <manifest><application>.
packages/apps/Bluetooth/tests/unit/AndroidManifest.xml:59: error: unexpected element <uses-permission> found in <manifest><application>.
packages/apps/Bluetooth/tests/unit/AndroidManifest.xml:60: error: unexpected element <path-permission> found in <manifest><application>.

Bug: 79481102
Test: m java FORCE_AAPT2=true
Change-Id: I0775da4955604559ddc11b155352845bfd9e0ee5
parent d4c8858b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -54,12 +54,7 @@
    <application
        android:allowBackup="true" >
        <uses-library android:name="android.test.runner" />
        <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE" />
        <path-permission
                android:pathPrefix="/btopp"
                android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
    </application>
    <!--
    This declares that this application uses the instrumentation test runner targeting