Skip to content

Commit

Permalink
Clarify the comment on SOURCE_ORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
SayedElabady committed Oct 3, 2023
1 parent 4f43bbf commit a51ecb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class MainActivity extends AppCompatActivity {
private CustomTabsSession mSession;
private Uri URL = Uri.parse("https://peconn.github.io/starters");

// This can be the app's package name.
private Uri SOURCE_ORIGIN = Uri.parse("my-app-origin-uri");
// This can be the app's package name, it has to either start with http or https.
private Uri SOURCE_ORIGIN = Uri.parse("https://my-app-origin-uri");
private Uri TARGET_ORIGIN = Uri.parse("https://peconn.github.io");
private boolean mValidated = false;

Expand Down

0 comments on commit a51ecb7

Please sign in to comment.