瀏覽代碼

Added note on Android package name restrictions

Björn Ritzl 2 年之前
父節點
當前提交
2816f608c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/project-settings.md

+ 1 - 1
docs/en/manuals/project-settings.md

@@ -441,7 +441,7 @@ Specifies which payload JSON field should be used as notification text. If left
 An integer value indicating the version of the app. Increase the value for each subsequent update.
 
 #### Package
-Package identifier.
+Package identifier. Must consist of two or more segments separated by a dot. Each segment must start with a letter. Each segment must only consist of alphanumeric letters or the underscore character.
 
 #### Gcm Sender Id
 Google Cloud Messaging Sender Id. Set this to the string assigned by Google to enable push notifications.