Upstream version 8.37.186.0
[platform/framework/web/crosswalk.git] / src / xwalk / app / tools / android / app_info.py
index f3d476e..f8472db 100644 (file)
@@ -12,8 +12,7 @@ class AppInfo:
     self.fullscreen_flag = ''
     self.icon = ''
     # android_name is only composed of alphabetic characters,
-    # generated from the last segment of input package name.
-    # It will be used for Android project name,
+    # it will be used for Android project name,
     # APK file name and Activity name.
     self.android_name = 'AppTemplate'
     self.orientation = 'unspecified'