Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

import android.net.Uri;

public class Main {
    private static final String eventsPath = "content://com.android.calendar/events";

    public static Uri getEventsUri() {
        return Uri.parse(eventsPath);
    }
}