Crypto Provider implementation start

This commit is contained in:
Dominik Schürmann
2013-05-28 15:10:36 +02:00
parent 8c537d3367
commit b221c0c905
23 changed files with 1492 additions and 86 deletions

View File

@@ -19,5 +19,10 @@
android:key="aidl_demo2"
android:title="AIDL Demo (ACCESS_KEYS permission)" />
</PreferenceCategory>
<PreferenceCategory android:title="Crypto Provider" >
<Preference
android:key="crypto_provider_demo"
android:title="Crypto Provider" />
</PreferenceCategory>
</PreferenceScreen>