mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-03-03 10:51:49 -05:00
Update comments in AndroidManifest
This commit is contained in:
parent
42fe6c3056
commit
0be4f69860
@ -31,9 +31,10 @@
|
|||||||
For OI Filemanager it makes no difference, gpg files can't be associated
|
For OI Filemanager it makes no difference, gpg files can't be associated
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<uses-sdk
|
<!-- Specified in buid.gradle -->
|
||||||
android:minSdkVersion="9"
|
<!--<uses-sdk-->
|
||||||
android:targetSdkVersion="19" />
|
<!--android:minSdkVersion="9"-->
|
||||||
|
<!--android:targetSdkVersion="19" />-->
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.wifi"
|
android:name="android.hardware.wifi"
|
||||||
@ -410,7 +411,8 @@
|
|||||||
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
<!-- OpenPGP Remote API -->
|
<!-- OpenPGP Remote API, this service has explicitly no permission requirements
|
||||||
|
because we are using our own package based allow/disallow system -->
|
||||||
<service
|
<service
|
||||||
android:name=".remote.OpenPgpService"
|
android:name=".remote.OpenPgpService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user