|
109 | 109 | <!-- <maxSize></maxSize> --> |
110 | 110 |
|
111 | 111 | <!-- The aspect ratio of the app ("portrait" or "landscape" or "any"). Optional. Mobile only. Default is the natural orientation of the device --> |
112 | | - <!-- <aspectRatio></aspectRatio> --> |
| 112 | + <aspectRatio>landscape</aspectRatio> |
113 | 113 |
|
114 | 114 | <!-- Whether the app will begin auto-orienting on launch. Optional. Mobile only. Default false --> |
115 | | - <!-- <autoOrients></autoOrients> --> |
| 115 | + <autoOrients>false</autoOrients> |
116 | 116 |
|
117 | 117 | <!-- Whether the app will rotate with OS animation effects during auto-orient ("standard" or "none"). Optional. Mobile only. Default standard --> |
118 | 118 | <!-- <orientationAnimation></orientationAnimation> --> |
119 | 119 |
|
120 | 120 | <!-- Whether the app launches in full screen. Optional. Mobile only. Default false --> |
121 | | - <!-- <fullScreen></fullScreen> --> |
| 121 | + <fullScreen>true</fullScreen> |
122 | 122 |
|
123 | 123 | <!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto --> |
124 | | - <renderMode>gpu</renderMode> |
| 124 | + <renderMode>direct</renderMode> |
125 | 125 |
|
126 | 126 | <!-- Whether the default direct mode rendering context allocates storage for depth and stencil buffers. Optional. Default false. --> |
127 | | - <!-- <depthAndStencil></depthAndStencil> --> |
| 127 | + <depthAndStencil>true</depthAndStencil> |
128 | 128 |
|
129 | 129 | <!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none"). Optional. Defaults "pan." --> |
130 | 130 | <!-- <softKeyboardBehavior></softKeyboardBehavior> --> |
|
154 | 154 |
|
155 | 155 | <!-- The icon the system uses for the application. For at least one resolution, |
156 | 156 | specify the path to a PNG file included in the AIR package. Optional. --> |
157 | | - <!-- <icon> |
158 | | - <image16x16></image16x16> |
159 | | - <image29x29></image29x29> |
160 | | - <image32x32></image32x32> |
161 | | - <image36x36></image36x36> |
162 | | - <image40x40></image40x40> |
163 | | - <image44x44></image44x44> |
164 | | - <image48x48></image48x48> |
165 | | - <image50x50></image50x50> |
166 | | - <image57x57></image57x57> |
167 | | - <image58x58></image58x58> |
168 | | - <image60x60></image60x60> |
169 | | - <image66x66></image66x66> |
170 | | - <image72x72></image72x72> |
171 | | - <image75x75></image75x75> |
172 | | - <image76x76></image76x76> |
173 | | - <image80x80></image80x80> |
174 | | - <image87x87></image87x87> |
175 | | - <image96x96></image96x96> |
176 | | - <image100x100></image100x100> |
177 | | - <image114x114></image114x114> |
178 | | - <image120x120></image120x120> |
179 | | - <image128x128></image128x128> |
180 | | - <image144x144></image144x144> |
181 | | - <image152x152></image152x152> |
182 | | - <image160x160></image160x160> |
183 | | - <image167x167></image167x167> |
184 | | - <image180x180></image180x180> |
185 | | - <image192x192></image192x192> |
186 | | - <image240x240></image240x240> |
187 | | - <image256x256></image256x256> |
188 | | - <image320x320></image320x320> |
189 | | - <image512x512></image512x512> |
190 | | - <image732x412></image732x412> |
191 | | - <image1024x1024></image1024x1024> |
192 | | - </icon> --> |
| 157 | + <icon> |
| 158 | + <image32x32>icons/icon32.png</image32x32> |
| 159 | + <image60x60>icons/icon60.png</image60x60> |
| 160 | + <image128x128>icons/icon128.png</image128x128> |
| 161 | + <image256x256>icons/icon256.png</image256x256> |
| 162 | + </icon> |
193 | 163 |
|
194 | 164 | <!-- Whether the application handles the update when a user double-clicks an update version |
195 | 165 | of the AIR file (true), or the default AIR application installer handles the update (false). |
|
285 | 255 | <!-- <excludeDefaultUsageDescriptions></excludeDefaultUsageDescriptions> --> |
286 | 256 | <!-- </iPhone> --> |
287 | 257 |
|
288 | | - <!--<android> --> |
| 258 | + <android> |
289 | 259 | <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. --> |
290 | 260 | <!-- <manifestAdditions> |
291 | 261 | <![CDATA[ |
|
366 | 336 | <!-- <storageAccessFrameworkFromAPI></storageAccessFrameworkFromAPI> --> |
367 | 337 | <!-- Alters the style used for handling cut-out areas in different orientations. See Android documentation. |
368 | 338 | Optional. Values can be "default", "always", "never" or "shortEdges". Default is "default". --> |
369 | | - <!-- <displayCutoutMode></displayCutoutMode> --> |
| 339 | + <displayCutoutMode>always</displayCutoutMode> |
370 | 340 | <!-- Specifies a set of name/value properties that will be injected into the manifestPlaceholders section in an |
371 | 341 | Android manifest file, so that user/app specific variables can be defined for third party SDKs. Optional. --> |
372 | 342 | <!-- <manifestPlaceholders> --> |
373 | 343 | <!-- <manifestPlaceholder>baseUrl: "dev.demoserver.com"</manifestPlaceholder> --> |
374 | 344 | <!-- </manifestPlaceholders> --> |
375 | 345 |
|
376 | | - <!-- </android> --> |
| 346 | + </android> |
377 | 347 | <!-- A folder to include in the search for Android resources. Optional. --> |
378 | 348 | <!-- <resdir></resdir> --> |
379 | 349 |
|
|
0 commit comments