I need to handle expire of password in Android Application.The password will be stored in preferences or db.
http://developer.android.com/guide/topics/admin/device-admin.html says that DeviceAdmin Api has ability to set policies like "Password expiration timeout"
Is it possible to use this feature to handle application specific credentials ?