Changes between Version 16 and Version 17 of AndroidBuildApp


Ignore:
Timestamp:
Dec 16, 2014, 9:24:51 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v16 v17  
    102102You should use appropriate plan classes so that PIE app versions
    103103are sent only to 3.0.31 or later systems.
     104For 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}}}
    104111
    105112If you have both PIE and non-PIE, send non-PIE only to 3.0.1 or earlier.