No, for both..
App Inventor Extensions: Package Manager | Pura Vida Apps
App Inventor snippets, tutorials, links and App Inventor extensions directory.
No, for both..
Then how this worked
Try this: packagemanager2.apk (3.2 MB)
No, for both
But it shouldnāt ā¦
So it needs permission for showing the apps icon.
So it needs permission for showing the apps icon
see the documentation for property DefaultDirectory here https://puravidaapps.com/packagemanager.php Set the default directory. Default value is /Pictures/.Packages . In the GotPackages event the icons of all the installed apps will be stored in that directory. Note: starting the directory with a dot hides the directory from the Gallery app. Taifun
No, for both
No.
In this image, you were supposed to see the icon
No, only with the Pro version.
To finally clarify that:
/Pictures/Packages is NOT created, regardless of whether you grant or deny permission.Conclusion:
/Pictures/Packages is only created if WRITE permission is requested manually and then granted.No.
Yees ![]()
Are you unable to come to the conclusion that
On MIT AI2 neither read or write is asked
For clarification, look at Taifunās page to see what is the differences between them
So ask for permissionā¦
Are you unable to come to the conclusion that
- extension is made 3 years ago
This is not a conclusion, but a simple fact (which is also not relevant here).
- Taifun should also update the tutorial where stated, that you have to ask for permission
No, he should note that for the Pro version, WRITE permission should be requested manually.
But he should remove this from the non-pro version, as the icons are not displayed reliably (see below). The non-pro version works, as has been said often enough, even without permissions (but of course without icon).
On MIT AI2 neither read or write is asked
Thatās not true. If an app is selected from the packageList, READ permission is requested.
For clarification, look at Taifunās page to see what is the differences between them
- chosen app should show icon in both cases
No, not (reliably) e.g. on a Galaxy Note8 (Android 9) (only a few):
Examples:
Since I know you have a Galaxy Note8 too, check this ā¦
There is no point in continuing with this as you donāt seem to understand that write permission is required in both cases.
as you donāt seem to understand that write permission is required in both cases
For a very simple reason, because itās just not true.
If developer says it is needed, why nagging about not needed..
As Iāve said several times, I avoid permission whenever I can. So here too.
I think most developers feel this way because they know from their users that they donāt like permissions at all.
Note: The permissions āproblemā might be eliminated by setting the ASD (app-specific directory) as the DefaultDirectory. With that no permissions should ne necessary.
if you donāt need the icons, then you can remove the permission manually from the manifest
there is only one package manager extension, which provides the data including the icons, however without WRITE permissions the necessary directory canāt be created and the icons canāt be storedā¦
there is a basic test project and a pro test project. The pro test project additionally displays the icons
hope that helpsā¦
Note : The permissions āproblemā might be eliminated by setting the ASD (app-specific directory) as the
DefaultDirectory. With that no permissions should ne necessary.
I will put this onto my to do listā¦
Taifun
there is only one package manager extension
Nope, we have one more
1.Introduction PkgUtils is basically related to Package and Package Manager and that is why it is similar to Package Utilities component already available in Kodular. But it has a few more methods in comparison to native componentLatest Version: 5.1 Last Updated: 2020-11-11T18:30:00Z (UTC) 2.Blocks Methods/Functions [image] [image] [image] [image] [image] 3.Usage A small documentation⦠[scrnli_12_21_2019_12-01-49 PM] Returns app name from package [scrnli_1ā¦
we have one more
I was talking about my extension and I only offer one packagemanager extensionā¦
I will put this onto my to do listā¦
I found a bug in the packagemanager extension and fixed it meanwhile⦠the icon was not extracted for all packagesā¦
also I moved the default directory to a subdirectory of the ASD, which now is /storage/emulated/0/Android/data/<packageName>/files/Packages .
Now no permissions are required anymore.
@new_code Please download the latest version 2 and try again
App Inventor snippets, tutorials, links and App Inventor extensions directory.
Taifun