Files
android_development/samples/Vault/res/values/bool.xml
Jeff Sharkey b4b28f8736 Only enable VaultProvider on KitKat devices.
Otherwise the app would crash when starting on pre-KK devices missing
the parent class.

Bug: 11670294
Change-Id: I6fc843ba9d525265a4aaad6e8896a3e66d577d1f
2013-11-13 14:33:04 -08:00

5 lines
110 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="isAtLeastKitKat">false</bool>
</resources>