introduced a general application to handle certain Intents, only to hand them to other APG Activities after looking at the content of the passed data

This commit is contained in:
Thialfihar
2010-06-05 17:54:40 +00:00
parent a85ae5e009
commit a089dbbb73
6 changed files with 217 additions and 16 deletions

View File

@@ -50,14 +50,14 @@
<Button
android:id="@+id/btn_encryptFile"
android:text="@string/btn_encryptFile"
android:layout_width="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/btn_decryptFile"
android:text="@string/btn_decryptFile"
android:layout_width="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"/>
@@ -71,14 +71,14 @@
<Button
android:id="@+id/btn_encryptMessage"
android:text="@string/btn_encryptMessage"
android:layout_width="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"/>
<Button
android:id="@+id/btn_decryptMessage"
android:text="@string/btn_decryptMessage"
android:layout_width="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="wrap_content"/>