Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorStefan Niedermann <stefan.niedermann@googlemail.com>2016-01-19 20:05:23 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2016-01-19 20:05:23 +0300
commitc1d16c919721d0fb3fe8bfcc88f9db936b1b552a (patch)
treee6fcf2f9e1a111c35646eddd974a360c65ed5b78 /app/src
parentc277dcae104c191560b774ef37805848ad04f8dc (diff)
Remove Auto Generated Google APIs
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java b/app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java
index 22dcfef9..333f0f1a 100644
--- a/app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java
+++ b/app/src/main/java/it/niedermann/owncloud/notes/android/activity/NotesListViewActivity.java
@@ -14,9 +14,6 @@ import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
-import com.google.android.gms.appindexing.AppIndex;
-import com.google.android.gms.common.api.GoogleApiClient;
-
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
@@ -47,11 +44,6 @@ public class NotesListViewActivity extends AppCompatActivity implements
private ActionMode mActionMode;
private SwipeRefreshLayout swipeRefreshLayout = null;
private NoteSQLiteOpenHelper db = null;
- /**
- * ATTENTION: This was auto-generated to implement the App Indexing API.
- * See https://g.co/AppIndexing/AndroidStudio for more information.
- */
- private GoogleApiClient client;
@Override
protected void onCreate(Bundle savedInstanceState) {
@@ -89,9 +81,6 @@ public class NotesListViewActivity extends AppCompatActivity implements
// Floating Action Button
findViewById(R.id.fab_create).setOnClickListener(this);
- // ATTENTION: This was auto-generated to implement the App Indexing API.
- // See https://g.co/AppIndexing/AndroidStudio for more information.
- client = new GoogleApiClient.Builder(this).addApi(AppIndex.API).build();
}
/**