package com.orisider.oneclickgoogd; public interface Constant { /** * DRIVE_OPEN Intent action. */ String ACTION_DRIVE_OPEN = "com.google.android.apps.drive.DRIVE_OPEN"; String AUTH_TOKEN_TYPE = "oauth2:https://www.googleapis.com/auth/drive"; String CLIENT_ID = "445798695489.apps.googleusercontent.com"; String SIMPLE_API_KEY = "AIzaSyBiTw2ehcrUhEa1XykXik3MCiONG6cBLYg"; String LOG_TAG = "goog_drive_open"; String CLIENT_API_ID ="445798695489-q1qu9512ha1srvkmib1li7qf1quf53o2.apps.googleusercontent.com"; String CLIENT_API_SECRET ="3SYikZExgd0T2fg2QJsHTK_L"; String BUNDLE_KEY_ACCESS_TOKEN="acc_token"; int REQ_CODE_ACNT = 1; }