[automerger skipped] DeskClock - Moved the android:targetSdkVersion to 25 to fix "Clock has stopped" message displayed when Alarm trigger. am: e88d40eece am: f83beccc88 am: df9de353bb am: 7305e09159 am: f67daa199e am: c4c8f7b6c1 -s ours am: 5a38a3014f -s ours am: b633f1d72c -s ours

am skip reason: Change-Id I75a96e1ed4acebd118c212b51b7d0e57482a66bb with SHA-1 e6351b3b85 is in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DeskClock/+/12661641

Change-Id: I21b273d7f532d384973f499f48431da8ca48ee23
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fc966ab..fbceb3e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -104,6 +104,7 @@
 
         <activity
             android:name=".HandleApiCalls"
+            android:permission="com.android.alarm.permission.SET_ALARM"
             android:excludeFromRecents="true"
             android:launchMode="singleInstance"
             android:taskAffinity=""