lib/android: use min_api_version in intent and shared_preferences
[nit.git] / lib / android / intent / intent_api19.nit
index 9f4ac0d..73b1d8b 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Refines intent module to add API 19 services
-module intent_api19
+module intent_api19 is min_api_version(19)
 
 import intent_api18