Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0025860b authored by RoboErik's avatar RoboErik
Browse files

Remove @hide on SyncColumns, make them protected

Change-Id: I375f6ca9a0ebe03b256bdb089c943571d06c9e6d
parent b2c75603
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -178,9 +178,8 @@ public final class Calendar {
     * have specific uses which are expected to be consistent by the app and
     * have specific uses which are expected to be consistent by the app and
     * sync adapter.
     * sync adapter.
     *
     *
     * @hide
     */
     */
    public interface SyncColumns extends CalendarSyncColumns {
    protected interface SyncColumns extends CalendarSyncColumns {
        /**
        /**
         * The account that was used to sync the entry to the device. If the
         * The account that was used to sync the entry to the device. If the
         * account_type is not {@link #ACCOUNT_TYPE_LOCAL} then the name and
         * account_type is not {@link #ACCOUNT_TYPE_LOCAL} then the name and
@@ -223,7 +222,7 @@ public final class Calendar {


        /**
        /**
         * If set to 1 this causes events on this calendar to be duplicated with
         * If set to 1 this causes events on this calendar to be duplicated with
         * {@link EventsColumns#LAST_SYNCED} set to 1 whenever the event
         * {@link Events#LAST_SYNCED} set to 1 whenever the event
         * transitions from non-dirty to dirty. The duplicated event will not be
         * transitions from non-dirty to dirty. The duplicated event will not be
         * expanded in the instances table and will only show up in sync adapter
         * expanded in the instances table and will only show up in sync adapter
         * queries of the events table. It will also be deleted when the
         * queries of the events table. It will also be deleted when the