Anke
July 11, 2022, 8:52am
22
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
Anke
July 11, 2022, 9:35am
24
Use e.g. APK Editor Studio.
See also here:
Steps to build a big app for APK → max. 100 MB or AAB → max. 150 MB (new, added on Aug 31, 2021) 1. APK (Note: apps that were released before Aug 1, 2021 can still use APKs !) You can use e.g. APK Editor Studio for that. First download the...
Reading time: 4 mins 🕑
Likes: 28 ❤
Anke
July 11, 2022, 11:14am
25
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
Anke
July 11, 2022, 11:40am
27
Save your project (aia) on your computer,
remove all extensions,
build the APK and
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. )
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.
have u solved your problem?
Tech_lab:
REQUEST_INSTALL_PACKAGE
Remove device component in your project and try again.
Shivam_Yadav1:
QUERY_ALL_PACKAGES
Remove package utility component and try
All this problem fix.
please your extension needs dangerous permission ( [Request_install_package ) please fix it
1 Like
Anke
September 7, 2022, 2:50pm
35
Thanks for the hint.
Removed :
Here is an extension to get the ASD (path of app-specific directory) & PrivateDir and the API level.
EDIT: September 7, 2022 → permissions removed (see here )
GetASD.aix (5.1 KB)
[grafik]
Note: You can get the ASD and PrivateDir also with the File component:
[grafik]
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
Taifun
August 29, 2023, 8:30pm
37
what about using the latest version as of September 7, 2022 as it has been mentioned just one post above yours?
Thanks for the hint.
Removed:
Taifun
@Taifun Thanks!
I tried the updated one and it works.