Change icon of API Demo for differentiation with main app

This commit is contained in:
Dominik Schürmann 2013-09-06 19:14:25 +02:00
parent 7d3113ca15
commit 70fb36d5d6
11 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@
android:targetSdkVersion="14" />
<application
android:icon="@drawable/icon"
android:icon="@drawable/ic_launcher"
android:label="OpenPGP Keychain API Demo" >
<activity
android:name=".BaseActivity"

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -788,7 +788,6 @@ public class PgpMain {
}
updateProgress(progress, R.string.progress_preparingStreams, 5, 100);
Log.d(Constants.TAG, "as"+symmetricEncryptionAlgorithm);
// encrypt and compress input file content
JcePGPDataEncryptorBuilder encryptorBuilder = new JcePGPDataEncryptorBuilder(
symmetricEncryptionAlgorithm).setProvider(BOUNCY_CASTLE_PROVIDER_NAME)