Request_install_package permission

I added my InstallAPK extension to a projekt and get these permissions in the Manifest:

Note:
WRITE_EXTERNAL_STORAGE should actually only be declared up to maxSdkVersion=29, but that’s harmless since WRITE is ignored on Android 11+ and handled the same as READ.

1 Like

how to decompile

Use e.g. APK Editor Studio.

See also here:

None of these extensions should require this permission.

If there are no paid extensions in your aia, post it.

no there r two paid ads extension

  1. Save your project (aia) on your computer,
  2. remove all extensions,
  3. build the APK and
  4. post it

I’ll check the if this permission is still declared in the Manifest.
(But I bet that won’t be the case anymore. :wink:)

1 Like

@Re-vision_point please can you share apk

i found this QUERY_ALL_PACKAGES. this permission in package utility .

how explain in google play console this permission.

ok, thanks

have u solved your problem?

Remove device component in your project and try again.

Remove package utility component and try

All this problem fix.

please your extension needs dangerous permission ( [Request_install_package ) please fix it

1 Like

Thanks for the hint.
Removed:

Hi Everyone

I am having a similar issue and am unable to resolve it.
I am unable to publish my app because of this package that is included:
Request Install Packages Permission

The only extension I am using is the GetASD.aix to retrieve html files
in the app to display them in WebView.

If this is the one causing the issue, can I know any other way to access the
files? These are files that will be packaged together with the App and I
will not access any other files on the device.

Thanks!
Ravi

what about using the latest version as of September 7, 2022 as it has been mentioned just one post above yours?

Taifun

@Taifun Thanks!
I tried the updated one and it works. :slight_smile: