summaryrefslogtreecommitdiffstats
path: root/tests/Split
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-22 17:01:04 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-22 17:13:00 -0700
commit3bcbd906bcf76267d7413297b9748c2cac0f9b82 (patch)
tree6b314e17114580ca84cc6d18c9f944dd0a10fcca /tests/Split
parenta5cc002bfe7ca8a6536549189b44e7143c8611dc (diff)
downloadframeworks_base-3bcbd906bcf76267d7413297b9748c2cac0f9b82.zip
frameworks_base-3bcbd906bcf76267d7413297b9748c2cac0f9b82.tar.gz
frameworks_base-3bcbd906bcf76267d7413297b9748c2cac0f9b82.tar.bz2
PM: Load all splits when parsing an app manifest
Previously the base APK would be considered without any splits loaded into the same AssetManager. This would prevent splits from overriding attributes in the AndroidManifest.xml, such as enabled state based on version, etc. This CL loads all APKs in the cluster into a common AssetManager from which the base AndroidManifest.xml is parsed. Bug:17006358 Change-Id: Ib88096c49d0c4f743b7e6ba0921251459bee107c
Diffstat (limited to 'tests/Split')
-rw-r--r--tests/Split/res/values-xxhdpi/values.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Split/res/values-xxhdpi/values.xml b/tests/Split/res/values-xxhdpi/values.xml
new file mode 100644
index 0000000..0b5f2d8
--- /dev/null
+++ b/tests/Split/res/values-xxhdpi/values.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_title">Split APK XX-HDPI</string>
+</resources>