Skip to content

Commit

Permalink
minor changes. app no longer set up on dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dkt01 committed May 14, 2015
1 parent 63f28d5 commit 41503f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
android:configChanges="orientation|keyboard"
android:launchMode="singleTask" >
<intent-filter>
<data android:scheme="db-ff31c20j0ebfp8q" />
<data android:scheme="db-" />

<action android:name="android.intent.action.VIEW" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
public class DropboxSetup extends ActionBarActivity {

private DropboxAPI<AndroidAuthSession> mDBApi;
private static final String APP_KEY = "ff31c20j0ebfp8q";
private static final String APP_SECRET = "2yfptvmy8cppbt4";
private static final String APP_KEY = "";
private static final String APP_SECRET = "";

private AppKeyPair appKeys;
private AndroidAuthSession session;
Expand Down Expand Up @@ -108,7 +108,7 @@ public void runAuthentication(View view)
public void cheatAuthentication(View view)
{
TextView debugText = (TextView)findViewById(R.id.message);
dbSettingsEditor.putString("DB_ACCESS_TOKEN","L4shDiI9TkMAAAAAAAByb7wBunQONXRfNylL3qgywb-gmF8eaXqyTp-m3uY7IWOi");
dbSettingsEditor.putString("DB_ACCESS_TOKEN","");
debugText.setText("Successfully set up!");
dbSettingsEditor.commit();
}
Expand Down

0 comments on commit 41503f5

Please sign in to comment.