fix filename to camelcase

This commit is contained in:
Dominik Schürmann
2013-09-10 23:24:57 +02:00
parent 0a279eaae1
commit 190825efc7
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
</intent-filter>
</activity>
<activity
android:name=".OpenPGPProviderActivity"
android:name=".OpenPgpProviderActivity"
android:label="OpenPGP Provider"
android:windowSoftInputMode="stateHidden" />
<activity