Hello everyone,
I'm having a issue, and i did some research (probably i did not use the correct words on that searches).
I'm configuring a launcher profile for android devices (work managed android for work devices).
On the launcher, i want to have access into the aplication menu ( in order to allow users to clean the app cache).
I've tried to use the option Add Custom Device Settings and set the android package for aplication but i was not lucky.
i'm asking for your help, if possible,
thanks in advance
Hi
Try it in custom settings
<characteristic type="com.airwatch.android.androidwork.launcher"
uuid="bc64ce50-2506-11ed-861d-0242ac120002">
<parm name="CustomSettings"
value="{"CustomSettings":[{"name":"Applications","action":"android.settings.MANAGE_APPLICATIONS_SETTINGS"}]}" />
</characteristic>
NOTE if you are doing this on a Tablet you need to add "Forcelaunch" else it wont appear on the launcher menu on tablets specifically, So same as from OlegKiselev just with the additional Force launch toggle
<characteristic type="com.airwatch.android.androidwork.launcher" uuid="568bc89d-1df8-4ce9-a041-e5a24acdb7ef">
<parm name="CustomSettings" value="{"CustomSettings": [
{"name": "App Settings","forceLaunch": "true","action": "android.settings.MANAGE_APPLICATIONS_SETTINGS"}
]}"/>
</characteristic>
Hi,
As I can see, you missed comma
MANAGE_APPLICATIONS_SETTINGS"},
{"name"
Hi
Try it in custom settings
<characteristic type="com.airwatch.android.androidwork.launcher"
uuid="bc64ce50-2506-11ed-861d-0242ac120002">
<parm name="CustomSettings"
value="{"CustomSettings":[{"name":"Applications","action":"android.settings.MANAGE_APPLICATIONS_SETTINGS"}]}" />
</characteristic>
NOTE if you are doing this on a Tablet you need to add "Forcelaunch" else it wont appear on the launcher menu on tablets specifically, So same as from OlegKiselev just with the additional Force launch toggle
<characteristic type="com.airwatch.android.androidwork.launcher" uuid="568bc89d-1df8-4ce9-a041-e5a24acdb7ef">
<parm name="CustomSettings" value="{"CustomSettings": [
{"name": "App Settings","forceLaunch": "true","action": "android.settings.MANAGE_APPLICATIONS_SETTINGS"}
]}"/>
</characteristic>
Hi
Oleg,
thank u for the fast reply and explanation.
I tried and work as intended.
thanks once more for the help!
regards,
hi Tim,
thanks for the explanation.
For now, this launcher will run only in smartphones, but i'll keep this alert in note.
thanks once again !
Hi,
As I can see, you missed comma
MANAGE_APPLICATIONS_SETTINGS"},
{"name"
Hi Oleg,
in fact, that was the issue.
I guess that after 8 hours trying to solve the issue, the error was right in front of me...
thanks once more for the help.
best regards,
