lib/android: use min_api_version in intent and shared_preferences
[nit.git] / lib / android / intent / intent_api16.nit
index 85d73e8..74f6b0a 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Refines intent module to add API 16 services
-module intent_api16
+module intent_api16 is min_api_version(16)
 
 import intent_api15