Enable access for alerts in multi-user configuraiton

Bug: 7400402
Change-Id: I7393bf3b27b89bd62f097b930e05d95f85b374b5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 27c0437..3094a14 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -103,7 +103,7 @@
                 android:theme="@style/AlarmAlertFullScreenTheme"
                 android:launchMode="singleInstance"
                 android:taskAffinity=""
-                showOnLockScreen="true"
+                android:showOnLockScreen="true"
                 android:screenOrientation="nosensor"
                 android:configChanges="orientation|screenSize|keyboardHidden|keyboard|navigation"/>
 
@@ -197,7 +197,7 @@
                 android:excludeFromRecents="true"
                 android:theme="@style/AlarmAlertFullScreenTheme"
                 android:launchMode="singleInstance"
-                showOnLockScreen="true"
+                android:showOnLockScreen="true"
                 android:taskAffinity=""
                 android:configChanges="orientation|screenSize|keyboardHidden|keyboard|navigation"/>