Skip to content

Commit

Permalink
Merge pull request #444 from SayedElabady/post_message_demo_update
Browse files Browse the repository at this point in the history
Update a comment in PostMessage demo
  • Loading branch information
PEConn authored Oct 13, 2023
2 parents 4f43bbf + a51ecb7 commit 7a2953b
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 7a2953b

Please sign in to comment.