VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
2.96k stars 578 forks source link

Pressing Port Authority menu item opens play store instead of app #349

Closed bendev25689 closed 3 years ago

bendev25689 commented 3 years ago

Upon pressing the PortAuthority button in the app, it will open the play store even if port authority is already installed.

Steps to reproduce the behavior:

  1. Ensure Port Authority is installed
  2. Open the menu from top left of Wifi Analyser
  3. Press PortAuthority
  4. Play store opens

Expected behavior If PortAuthority is already installed, the button should open the PortAuthority app instead of the play store.

Device: Samsung Galaxy A70 Android 11

VREMSoftwareDevelopment commented 3 years ago

We have tested the issue reported and we are not able to reproduce this on any of the devices available to us.

bendev25689 commented 3 years ago

I have allowed all permissions, and I am running the latest version of both apps (wifi analyzer 3.0.4 and port authority 2.4.1). Is there a log file which would be useful?

VREMSoftwareDevelopment commented 3 years ago

The issue that you are seeing maybe related to new Android 11 feature: Package visibility filtering on Android

bendev25689 commented 3 years ago

yep, looks like that is the issue, adding <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> to AndroidManifest.xml fixes the issue

VREMSoftwareDevelopment commented 3 years ago

the fix will be available in the next release