You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
APKs are case sensitive, make sure you are using the correct case for the png file name.
Also, you could try replacing the space with an underscore as it's possible Android does not like spaces in shortcut icon paths.
Soni Kumari
unread,
Jul 14, 2026, 7:28:03 AM (3 days ago) Jul 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Thanks dave!
But still it is not not working after apk build
It is work on ide but not own apk
Is the any demo code as spk?
Dave
unread,
Jul 14, 2026, 9:12:44 AM (3 days ago) Jul 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Did you try removing the space from the png file so it's just "AppDemo.png" ?
Dave
unread,
Jul 14, 2026, 9:15:25 AM (3 days ago) Jul 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Also, you might need to put _AddPermissions( "Shortcut" ) in your main html file if you are adding the shortcut from a file in a sub-folder of the project
Soni Kumari
unread,
Jul 14, 2026, 1:48:38 PM (3 days ago) Jul 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I did everything but i don't know why it isn't working 😔
Dave
unread,
Jul 15, 2026, 8:20:35 AM (2 days ago) Jul 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I think some phone models have a special permission setting "Allow Shortcut Creation" or similar and need manual approval. Check in your settings.
What device do you have and what version of Android is it?
Soni Kumari
unread,
Jul 15, 2026, 8:26:32 AM (2 days ago) Jul 15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
IQOO z10x
Android 16
If you can share spk i would really appreciate, it might be, I'm making mistakes