diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-03-09 15:03:20 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-03-09 17:18:11 -0800 |
commit | 12687cf14426e50a8646fec19cddd127a0b13121 (patch) | |
tree | 53a1fdab98e8eda7e5c7e8b4ae4f83de79bd3806 /res | |
parent | ccdc875e68477261fd00a1fb1435e4d1ee6b521d (diff) | |
download | packages_apps_trebuchet-12687cf14426e50a8646fec19cddd127a0b13121.zip packages_apps_trebuchet-12687cf14426e50a8646fec19cddd127a0b13121.tar.gz packages_apps_trebuchet-12687cf14426e50a8646fec19cddd127a0b13121.tar.bz2 |
Allow shared user id and process to be set via overlays.
This fiddles the manifest to allow the app's shared user id and
process to be changed at build time via resource overlays, so we
can build launcher to run in the acore process for low-end devices.
Also switches the cert of launcher back to shared, to allow for
this. (Note this only really matters if the shared user id is set,
otherwise launcher will still get its own uid.)
Change-Id: I0bd0a06e1442c4bfe5ceb2d438cb58f29d911578
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 35d4733..ec4fd95 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,6 +18,13 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Manifest configuration. --> + <skip /> + <!-- Do not translate. android:sharedUserId of this application. --> + <string name="sharedUserId" translate="false"><xliff:g id="x"></xliff:g></string> + <!-- Do not translate. android:process of this application. --> + <string name="process" translate="false"><xliff:g id="x"></xliff:g></string> + <!-- General --> <skip /> <!-- Application name --> |