reorder manifest

This commit is contained in:
Dominik Schürmann 2013-09-15 15:23:13 +02:00
parent 312b735fbd
commit 468b7181e9
2 changed files with 10 additions and 12 deletions

View File

@ -350,6 +350,7 @@
android:name=".ui.HelpActivity"
android:label="@string/title_help" />
<!-- Internal services/content provider (not exported) -->
<service
android:name=".service.PassphraseCacheService"
android:exported="false"
@ -363,15 +364,7 @@
android:authorities="org.sufficientlysecure.keychain.provider"
android:exported="false" />
<!-- TODO: authority! Make this API with content provider uris -->
<!-- <provider -->
<!-- android:name="org.sufficientlysecure.keychain.provider.KeychainServiceBlobProvider" -->
<!-- android:authorities="org.sufficientlysecure.keychain.provider.apgserviceblobprovider" -->
<!-- android:permission="org.sufficientlysecure.keychain.permission.ACCESS_API" /> -->
<!-- OpenPGP Remote API internal classes (not exported) -->
<!-- Internal classes of OpenPGP (not exported) -->
<activity
android:name="org.sufficientlysecure.keychain.service.remote.RemoteServiceActivity"
android:exported="false"
@ -390,7 +383,6 @@
android:exported="false" />
<!-- OpenPGP Remote API -->
<service
android:name="org.sufficientlysecure.keychain.service.remote.OpenPgpService"
android:enabled="true"
@ -420,6 +412,12 @@
android:name="api_version"
android:value="1" />
</service>
<!-- TODO: authority! Make this API with content provider uris -->
<!-- <provider -->
<!-- android:name="org.sufficientlysecure.keychain.provider.KeychainServiceBlobProvider" -->
<!-- android:authorities="org.sufficientlysecure.keychain.provider.apgserviceblobprovider" -->
<!-- android:permission="org.sufficientlysecure.keychain.permission.ACCESS_API" /> -->
</application>
</manifest>

View File

@ -422,8 +422,8 @@ public class OpenPgpService extends RemoteService {
OpenPgpSignatureResult sigResult = null;
if (signature) {
long signatureKeyId = outputBundle
.getLong(KeychainIntentService.RESULT_SIGNATURE_KEY_ID);
// long signatureKeyId = outputBundle
// .getLong(KeychainIntentService.RESULT_SIGNATURE_KEY_ID);
String signatureUserId = outputBundle
.getString(KeychainIntentService.RESULT_SIGNATURE_USER_ID);
boolean signatureSuccess = outputBundle