diff options
-rw-r--r-- | core/res/res/values/attrs_manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 727c6ea..dbd49fb 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -1566,7 +1566,7 @@ <!-- The attribute that holds a Base64-encoded public key. --> <attr name="publicKey" format="string" /> - <!-- Attributes relating to a package verifier --> + <!-- Attributes relating to a package verifier. --> <declare-styleable name="AndroidManifestPackageVerifier" parent="AndroidManifest"> <!-- Specifies the Java-style package name that defines this package verifier. --> |