external-provider: add (experimental) external provider

This commit is contained in:
Vincent Breitmoser
2015-12-02 02:18:14 +01:00
parent b1a978d573
commit da3167476b
3 changed files with 272 additions and 1 deletions

View File

@@ -806,7 +806,12 @@
android:exported="false"
android:label="@string/keyserver_sync_settings_title" />
<!-- Internal classes of the remote APIs (not exported!) -->
<provider
android:name=".remote.KeychainExternalProvider"
android:authorities="${applicationId}.provider.exported"
android:exported="true" />
<!-- Internal classes of the remote APIs (not exported) -->
<activity
android:name=".remote.ui.RemoteCreateAccountActivity"
android:exported="false"