summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author David 'Digit' Turner <digit@google.com> 2010-02-03 17:34:58 -0800
committer David 'Digit' Turner <digit@google.com> 2010-02-09 18:18:55 -0800
commitadd1376cde9cd027df473f84df75edc993001ebe (patch)
tree80f3ef3e2d79e3a685fe04169a3fb644e5d69035 /libs/ui/FramebufferNativeWindow.cpp
parentb687581d4cf67fe8f25bac4333b513bcba2f3cb2 (diff)
Generate /data/system/packages.list in the PackageManager
This file contains uid + debugFlag + dataPath information for each non-system installed package. It is meant to be used later from native code and thus needs to be considerably simpler to parser than packages.xml. The file should only be readable by non-system userIds, and its format is essentially line-based with each line like: <pkgName> <uid> <debugFlag> <dataDir> With: <pkgName> as the package name <uid> as the application-specific user id <debugFlag> either 0 or 1. 1 if the package is debuggable <dataDir> path to the package's data directory We need the debug flag to allow 'run-as' to only allow commands to be executed on debuggable packages, even on production devices.
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
0 files changed, 0 insertions, 0 deletions