We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8eebc commit 0c559c6Copy full SHA for 0c559c6
core/java/android/provider/CalendarContract.java
@@ -2357,7 +2357,7 @@ protected interface ColorsColumns extends SyncStateContract.Columns {
2357
/**
2358
* Fields for accessing colors available for a given account. Colors are
2359
* referenced by {@link #COLOR_INDEX} which must be unique for a given
2360
- * account name/type. These values should only be updated by the sync
+ * account name/type. These values can only be updated by the sync
2361
* adapter. Only {@link #COLOR} may be updated after the initial insert. In
2362
* addition, a row can only be deleted once all references to that color
2363
* have been removed from the {@link Calendars} or {@link Events} tables.
0 commit comments