Add SDK versions for Telecomm.

This change is necessary to be able to install Telecomm using adb
install.

Bug: 23151337
Change-Id: I14b4343ee57c0b59dcab99c7b8f098d4f9b9bea8
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6c20189..df519e6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,6 +20,10 @@
         coreApp="true"
         android:sharedUserId="android.uid.system">
 
+    <uses-sdk
+        android:minSdkVersion="23"
+        android:targetSdkVersion="23" />
+
 
     <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION" />