public void wipeData (int flags) Since: API Level 8<http://developer.android.com/guide/appendix/api-levels.html#level8>
Ask the user date be wiped. This will cause the device to reboot, erasing all user data while next booting up. External storage such as SD cards will not be erased. The calling device admin must have requested USES_POLICY_WIPE_DATA<http://developer.android.com/reference/android/app/admin/DeviceAdminInfo.html#USES_POLICY_WIPE_DATA> to be able to call this method; if it has not, a security exception will be thrown. Parameters flags Bit mask of additional options: *currently must be 0.* ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

