mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Fix share link on debug builds
This commit is contained in:
parent
af2df846fd
commit
66ca41beaf
@ -400,7 +400,7 @@ public class MainActivity extends BaseActivity implements NavigationView.OnNavig
|
||||
} else if (id == R.id.action_share_app) {
|
||||
String description = getString(R.string.about_text);
|
||||
String getApp = getString(R.string.get_app);
|
||||
String url = "http://play.google.com/store/apps/details?id=" + this.getPackageName();
|
||||
String url = "https://play.google.com/store/apps/details?id=com.emanuelef.remote_capture";
|
||||
|
||||
Intent intent = new Intent(android.content.Intent.ACTION_SEND);
|
||||
intent.setType("text/plain");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user