Change icon of API Demo for differentiation with main app
@ -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"
|
||||
|
BIN
OpenPGP-Keychain-API-Demo/ic_launcher-web.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
OpenPGP-Keychain-API-Demo/res/drawable-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
BIN
OpenPGP-Keychain-API-Demo/res/drawable-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.0 KiB |
BIN
OpenPGP-Keychain-API-Demo/res/drawable-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 8.0 KiB |
BIN
OpenPGP-Keychain-API-Demo/res/drawable-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
@ -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)
|
||||
|