Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Changed URLs
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Feb 13, 2016
1 parent c2d2422 commit 2877bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ public enum ActionType {

public static final int EMPTY_WEBVIEW_CACHE_INTERVAL = 7 * 24 * 60 * 60 * 1000;

public static final String PRIVACY_POLICY_URL = "http://www.linkbubble.com/privacy";
public static final String TERMS_OF_SERVICE_URL = "http://www.linkbubble.com/terms";
public static final String PRIVACY_POLICY_URL = "https://brave.com/privacy_android";
public static final String TERMS_OF_SERVICE_URL = "https://brave.com/terms_of_use";

public static final boolean DEBUG_SHOW_TARGET_REGIONS = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void show() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
if (position == sBetaIndex) {
// We do not use it with Brave, maybe have to remove.
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("http://linkbubble.com/device/link_bubble_beta.html"));
mActivity.startActivity(i);
Expand Down

1 comment on commit 2877bab

@bbondy
Copy link
Member

@bbondy bbondy commented on 2877bab Feb 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.