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

Commit 2877bab

Browse files
Changed URLs
Auditors: @bbondy
1 parent c2d2422 commit 2877bab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Application/LinkBubble/src/main/java/com/linkbubble/Constant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public enum ActionType {
6868

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

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

7474
public static final boolean DEBUG_SHOW_TARGET_REGIONS = false;
7575

Application/LinkBubble/src/main/java/com/linkbubble/ui/FAQDialog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void show() {
102102
@Override
103103
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
104104
if (position == sBetaIndex) {
105+
// We do not use it with Brave, maybe have to remove.
105106
Intent i = new Intent(Intent.ACTION_VIEW);
106107
i.setData(Uri.parse("http://linkbubble.com/device/link_bubble_beta.html"));
107108
mActivity.startActivity(i);

0 commit comments

Comments
 (0)