Fix activity manifest entry

This commit is contained in:
Dominik Schürmann
2013-06-17 16:17:59 +02:00
parent 918bab3a4e
commit 1b29330f18
2 changed files with 3 additions and 4 deletions

View File

@@ -459,7 +459,7 @@
<!-- Crypto Provider internal intents -->
<activity
android:name=".crypto_provider.CryptoActivity"
android:name=".crypto_provider.ServiceActivity"
android:exported="false"
android:label="TODO crypto activity"
android:process=":crypto" >