浏览代码

Export authenticator activities so custom account managers like in
Motoblur can use them

Lennart Rosam 13 年之前
父节点
当前提交
089ac76b3b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      AndroidManifest.xml

+ 1 - 0
AndroidManifest.xml

@@ -107,6 +107,7 @@
 
         <activity
             android:name=".ui.activity.AuthenticatorActivity"
+            android:exported="true"
             android:theme="@style/Theme.ownCloud" >
         </activity>