Snap for 6948038 from cd9770d80f941e148e51f841df8ce510b7b9f9d9 to rvc-platform-release

Change-Id: If1681237802b2c62c856e78ab92f4d45547758df
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 487361e..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=""
@@ -143,6 +144,7 @@
             android:excludeFromRecents="true"
             android:resizeableActivity="false"
             android:showOnLockScreen="true"
+	    android:showWhenLocked="true"
             android:taskAffinity=""
             android:windowSoftInputMode="stateAlwaysHidden" />