We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a4c9f commit faf94e2Copy full SHA for faf94e2
app/src/main/java/com/emanuelef/remote_capture/activities/MainActivity.java
@@ -970,9 +970,7 @@ private void pcapFileOpenResult(final ActivityResult result) {
970
return;
971
972
Log.d(TAG, "pcapFileOpenResult: " + uri);
973
- if (mOpenPcapDecrypt &&
974
- (!mIab.isPurchased(Billing.PCAPNG_SKU) || !Utils.isPcapng(this, uri))
975
- ) {
+ if (mOpenPcapDecrypt && !Utils.isPcapng(this, uri)) {
976
// Ask to select the keylog
977
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
978
intent.addCategory(Intent.CATEGORY_OPENABLE);
0 commit comments