Changes between Version 16 and Version 17 of AndroidBuildApp
- Timestamp:
- Dec 16, 2014, 9:24:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBuildApp
v16 v17 102 102 You should use appropriate plan classes so that PIE app versions 103 103 are sent only to 3.0.31 or later systems. 104 For example (using [AppPlanSpec XML plan class specification]): 105 {{{ 106 <plan_class> 107 <name>android_arm_pie</name> 108 <min_os_version>30031</min_os_version> 109 </plan_class> 110 }}} 104 111 105 112 If you have both PIE and non-PIE, send non-PIE only to 3.0.1 or earlier.