• Home
  • Raw
  • Download

Lines Matching refs:resources

28 resources in other packages. When an application requests resources,
51 This section provides generic background material on resources in
55 How resources are bundled in .apk files
58 certificates and resources, though packages containing resources but
74 format in a named file resources.arsc, bundled as part of the .apk.
78 During compilation, the aapt tool gathers application resources and
79 generates a resources.arsc file. Each resource name is assigned an
89 * iiii: sequential number, assigned in the order resources are found.
98 Parsing of resources.arsc is handled by ResourceTypes.cpp; this utility
99 is governed by AssetManager.cpp, which tracks loaded resources per
103 to resources in res/drawable are located by ResourceTypes.cpp and then
104 handled like assets by AssetManager.cpp. Other resources are handled
112 * 0x01: system resources (pre-installed in framework-res.apk)
114 * 0x7f: application resources (bundled in the application .apk)
137 existing resources with new values for defined and new configurations.
148 The use of overlay resources is completely transparent to
152 system and application resources are fair game.
157 Resource overlay operates on symbolic resources names. Hence, to
158 override the string/str1 resources in a package, the overlay package
160 have to worry about the numeric resources IDs assigned by aapt, as this
172 resources using the IDs defined in the original package, but there is no
203 Overlay packages should contain no code, define (some) resources with
254 and 0x6b9beaec, each defining the following resources
276 0x216a8fe2 # CRC32 of the resources.arsc file in the original package
277 0x6b9beaec # CRC32 of the resources.arsc file in the overlay package