Update comments in AndroidManifest

This commit is contained in:
Dominik Schürmann 2014-04-17 13:55:46 +02:00
parent 42fe6c3056
commit 0be4f69860

View File

@ -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"