diff options
Diffstat (limited to 'docs/html/guide/topics/manifest/permission-tree-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/permission-tree-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/permission-tree-element.jd b/docs/html/guide/topics/manifest/permission-tree-element.jd index 3074354..aecc930 100644 --- a/docs/html/guide/topics/manifest/permission-tree-element.jd +++ b/docs/html/guide/topics/manifest/permission-tree-element.jd @@ -46,7 +46,7 @@ strings in the user interface.</dd> <dd>The name that's at the base of the permission tree. It serves as a prefix to all permission names in the tree. Java-style scoping should be used to ensure that the name is unique. The name must have more than -two period-separated seqments in its path — for example, +two period-separated segments in its path — for example, {@code com.example.base} is OK, but {@code com.example} is not.</dd> </dl></dd> |