OSDN Git Service

Fix filemanager not launch
authorKeith Mok <kmok@cyngn.com>
Tue, 3 Nov 2015 23:26:46 +0000 (15:26 -0800)
committerRaj Yengisetty <raj@cyngn.com>
Fri, 18 Dec 2015 02:53:11 +0000 (18:53 -0800)
commita8625e05fb26b476758985bb5cbab8d21e40f28e
tree4141008bfdcda84968163c33367151346d164082
parent85732e263323a8e4f57bd4b98decfb29d7ae31ac
Fix filemanager not launch

M is using toybox instead of toolbox, some commands in filemanager
relies on toolbox utilities, there are minor difference in handling.
This change removes the "-Gn" argument pass to id command for retrival
the uid/gid, tested on both M and L, there is no need to add -Gn argument,
but in L, it seems -Gn is ignored. In M it will output wihtout the numerical
values causing parsing exception during startup.

Change-Id: I6aac8e94a80671df0a247ffcaf7d69364d7c9ad2
res/xml/command_list.xml