Skip to content

Instantly share code, notes, and snippets.

@gazlaws-dev
gazlaws-dev / TickTickProviderHelper
Last active May 10, 2020 14:23 — forked from jackinside/TickTickProviderHelper
A utility class to work with TickTick's Content Provider. Make sure to add this to your manifest <uses-permission android:name="com.ticktick.task.permission.READ_TASKS" />
/**
* This class provides the URI, const values and some methods to work with TickTick's Content Provider.
*
* A guide is available on https://docs.google.com/document/d/1zo0JdIWnQWi-D0v7xikknEnsLj4RmrzOuqzScdR_tm8
*/
public class TickTickProviderHelper {
private static final Uri TASK_URI = Uri.parse("content://com.ticktick.task.data/tasks");
private static final Uri PROJECT_URI = Uri.parse("content://com.ticktick.task.data/tasklist");
private static final String TASK_CONTENT_ITEM_TYPE = "vnd.android.cursor.item/ticktick.task.task";
**Privacy Policy**
Gazala Muhamed built the Codeboard app as an Open Source app. This SERVICE is provided by Gazala Muhamed at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Codeboard unless otherwise defined in this Privacy Policy.
@gazlaws-dev
gazlaws-dev / gist:b5527de1a7d4d1c5e5872458f7d59ab1
Last active April 11, 2024 23:31
Privacy Policy: Zen Icons
**Privacy Policy**
Gazala Muhamed built the Zen Icons apps as an hobby app. This SERVICE is provided by Gazala Muhamed at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Zen Pastel Icons unless otherwise defined in this Privacy Policy.