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

Commit 747bf6a9 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Add uses-sdk to Telecom test APK manifests"

parents e39fe670 1cbe7026
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" />