intent demo, fix some intents

This commit is contained in:
Dominik Schürmann
2014-02-15 20:14:23 +01:00
parent e70886e242
commit 81b810e9f6
8 changed files with 345 additions and 17 deletions

View File

@@ -25,6 +25,9 @@
android:name=".OpenPgpProviderActivity"
android:label="OpenPGP Provider"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".IntentActivity"
android:label="Intents" />
</application>
</manifest>