Added an activity that shows lists of CA certificates in two tabs

This commit is contained in:
Tobias Brunner
2012-08-14 12:01:41 +02:00
parent caf85c872f
commit b0b0eac6eb
5 changed files with 159 additions and 0 deletions
@@ -41,6 +41,10 @@
<activity
android:name=".ui.VpnProfileDetailActivity" >
</activity>
<activity
android:name=".ui.TrustedCertificatesActivity"
android:label="@string/trusted_certs_title" >
</activity>
<activity
android:name=".ui.LogActivity"
android:label="@string/log_title" >