summaryrefslogtreecommitdiffstats
path: root/core/java/android/pim
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2009-10-08 20:06:16 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2009-10-08 20:06:16 -0700
commitc93b88cf5fddb30d3f600cee51dc32a1a602a8b1 (patch)
treef77eb15dde873ff0232fd3e9d44343cd1be8257b /core/java/android/pim
parent5a016488da5ff6c1ecdff0b1febd836cc1711531 (diff)
downloadframeworks_base-c93b88cf5fddb30d3f600cee51dc32a1a602a8b1.zip
frameworks_base-c93b88cf5fddb30d3f600cee51dc32a1a602a8b1.tar.gz
frameworks_base-c93b88cf5fddb30d3f600cee51dc32a1a602a8b1.tar.bz2
Remove redundant comment. As of now, we cannot guarantee anything toward external developers.
Internal issue number: 2160039
Diffstat (limited to 'core/java/android/pim')
-rw-r--r--core/java/android/pim/vcard/VCardConfig.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/pim/vcard/VCardConfig.java b/core/java/android/pim/vcard/VCardConfig.java
index e606440..665fd4b 100644
--- a/core/java/android/pim/vcard/VCardConfig.java
+++ b/core/java/android/pim/vcard/VCardConfig.java
@@ -106,14 +106,6 @@ public class VCardConfig {
*/
public static final int FLAG_USE_QP_TO_PRIMARY_PROPERTIES = 0x10000000;
- // Note: if you really want to add additional flag(s) incompatible with the main source tree,
- // please use flags from 0x0001000 to 0x00080000.
- //
- // If we notice we cannot manage flags in just one integer, we'll change this interface and
- // create/use a complete class, not just an integer, with similar API (but imcompatible).
- //
- // Again, please be aware that this API is intentionally hidden ~= unstable!
-
//// The followings are VCard types available from importer/exporter. ////
/**