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

Commit 1cbe7026 authored by Yorke Lee's avatar Yorke Lee
Browse files

Add uses-sdk to Telecom test APK manifests

Allow them to be installed on master via adb install

Change-Id: I8c8df36eb04e2a904a5146e50cbb885c10145776
parent 7b2e2f4d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
          coreApp="true"
          package="com.android.server.telecom.testapps">

    <uses-sdk
        android:minSdkVersion="23"
        android:targetSdkVersion="23" />

    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.CALL_PHONE" />
    <uses-permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE" />
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@
          package="com.android.server.telecom.tests"
          android:debuggable="true">

    <uses-sdk
        android:minSdkVersion="23"
        android:targetSdkVersion="23" />

    <!-- TODO: Needed because we call BluetoothAdapter.getDefaultAdapter() statically, and
         BluetoothAdapter is a final class. -->
    <uses-permission android:name="android.permission.BLUETOOTH" />