Merge "Remove "uses-sdk"."
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5b0f624..887c2e7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,11 +20,6 @@
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" />
<!-- Prevents the activity manager from delaying any activity-start
@@ -67,10 +62,6 @@
android:label="Process phone account registration"
android:protectionLevel="signature|system"/>
- <!-- Declare which SDK level this application was built against. This is needed so that IDEs
- can check for incompatible APIs. -->
- <uses-sdk android:minSdkVersion="19" />
-
<application android:label="@string/telecommAppLabel"
android:icon="@mipmap/ic_launcher_phone"
android:allowBackup="false"