Bug #5643
PsiphonHelper requestStart fails
Status: | Resolved | Start date: | 08/11/2015 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | n8fr8 | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
The intent in getStartIntent should be:
Intent intent = new Intent();
//intent.setPackage(PACKAGE_NAME);
intent.setComponent(new ComponentName(PACKAGE_NAME, "com.psiphon3.StatusActivity"));
return intent;
History
#1 Updated by n8fr8 over 2 years ago
Oops. Thanks! Want to submit a pull request, or should I make the chnage?
#2 Updated by vanevery over 2 years ago
I probably get to a pull request in the near term. WOuld be great if you could make the change.
Thanks!
#3 Updated by n8fr8 over 2 years ago
- Status changed from New to Resolved
fixed here:
https://github.com/guardianproject/NetCipher/commit/a59da70c441e58acf006dbbb9498dc564aa6e5de
also tested HTTP proxying and it does work in sample, but SOCKS Proxying does not.