Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / android / android.nit
index add5bd7..58e296a 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Targets the Android platform
+# Android services and implementation of app.nit
 #
-# To use this module and compile for Android, you must install the
-# Android SDK (with API level 10) and NDK (with the API level 9).
-# The tools `android`, `ndk-build` and `ant` must be in your PATH.
-#
-# Will, in the near future, provide services specific to Android.
+# This module provides basic logging facilities, advanced logging can be
+# achieved by importing `android::log`.
 module android
 
 import platform
+import dalvik
+private import log