Skip to content

Commit

Permalink
Merge pull request #12 from ama-csail/bugfix
Browse files Browse the repository at this point in the history
removed external storage methods from mainActivity
  • Loading branch information
williamcaruso committed Apr 9, 2017
2 parents 57151a5 + 3ce8be8 commit 053e963
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/src/main/java/edu/mit/dig/amaexample/MainActivity.java
Expand Up @@ -55,20 +55,4 @@ private void generateIntentList() {

}


/**
* Writes the string to external storage
* @param view
*/
public void writeExternalStorage(View view) {

}

/**
* Reads the string from external storage and displays it
* @param view
*/
public void readExternalStorage(View view) {

}
}

0 comments on commit 053e963

Please sign in to comment.