am fcbe9bb2: (-s ours) am 0b1acbb5: (-s ours) Import translations. DO NOT MERGE

* commit 'fcbe9bb22aab07a130e0d74084c464827d6aa5ef':
diff --git a/src/com/android/keychain/KeyChainService.java b/src/com/android/keychain/KeyChainService.java
index 6923a40..f67b25f 100644
--- a/src/com/android/keychain/KeyChainService.java
+++ b/src/com/android/keychain/KeyChainService.java
@@ -427,7 +427,7 @@
 
     private void broadcastStorageChange() {
         Intent intent = new Intent(KeyChain.ACTION_STORAGE_CHANGED);
-        sendBroadcast(intent);
+        sendBroadcastAsUser(intent, new UserHandle(UserHandle.myUserId()));
     }
 
 }