Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +4 −4 Original line number Diff line number Diff line Loading @@ -491,7 +491,7 @@ public class MainActivity extends Activity { alertDialog.setTitle(R.string.whats_new); alertDialog.setMessage(R.string.whats_new_text); alertDialog.setPositiveButton(android.R.string.ok, null); /*alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() { alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (MyDebug.LOG) Loading @@ -500,7 +500,7 @@ public class MainActivity extends Activity { Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(MainActivity.DonateLink)); startActivity(browserIntent); } });*/ }); alertDialog.show(); } } Loading Loading @@ -3867,7 +3867,7 @@ public class MainActivity extends Activity { } // if we change this, remember that any page linked to must abide by Google Play developer policies! //public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation"; public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation"; public Preview getPreview() { return this.preview; Loading Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +4 −4 Original line number Diff line number Diff line Loading @@ -491,7 +491,7 @@ public class MainActivity extends Activity { alertDialog.setTitle(R.string.whats_new); alertDialog.setMessage(R.string.whats_new_text); alertDialog.setPositiveButton(android.R.string.ok, null); /*alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() { alertDialog.setNegativeButton(R.string.donate, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (MyDebug.LOG) Loading @@ -500,7 +500,7 @@ public class MainActivity extends Activity { Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(MainActivity.DonateLink)); startActivity(browserIntent); } });*/ }); alertDialog.show(); } } Loading Loading @@ -3867,7 +3867,7 @@ public class MainActivity extends Activity { } // if we change this, remember that any page linked to must abide by Google Play developer policies! //public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation"; public static final String DonateLink = "https://play.google.com/store/apps/details?id=harman.mark.donation"; public Preview getPreview() { return this.preview; Loading