Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do a research on how Parallel Space works #1675

Open
ameshkov opened this issue Jan 2, 2018 · 10 comments
Open

Do a research on how Parallel Space works #1675

ameshkov opened this issue Jan 2, 2018 · 10 comments

Comments

@ameshkov
Copy link
Member

ameshkov commented Jan 2, 2018

Here's the app I am talking about:
https://play.google.com/store/apps/details?id=com.parallel.space.lite&hl=en

Running an app inside of a container can help us resolve an issue with HTTPS filtering limitations in Nougat.

@TPS
Copy link
Contributor

TPS commented Jan 5, 2018

From what I read, it looks to me something like Island (from the dev behind Greenify), which leverages Android work profiles. Further reading:

@TPS
Copy link
Contributor

TPS commented Jan 5, 2018

I meant to add, IMHO, it's quite cumbersome, & I got tired of using Island pretty quickly.

@ameshkov
Copy link
Member Author

ameshkov commented Jan 7, 2018

@TPS awesome, thanks for the tip!

I wonder, isn't it a way in the Play store for an ad blocker? Would it violate their terms to filter traffic of an app cloned inside of such an Island?

@TPS
Copy link
Contributor

TPS commented Jan 8, 2018

I'm sure the GPlay policies apply to apps in the || Space/Island, but maybe more subtly, like your approved addon for various browsers: If any of these Android@Work profiling apps is extensible enough, maybe an addon to those would be approved, perhaps if marketed as a business security app, especially released in conjunction w/ #775 (comment).

@ameshkov
Copy link
Member Author

And here's an open source example (that we can't use, but we can at least read&inspire by):
https://github.com/ameshkov/VirtualApp

@TPS
Copy link
Contributor

TPS commented Jan 24, 2018

Some Google-fu gives https://github.com/googlesamples/android-testdpc, which looks official & useful, & under Apache-2.0 license. 😀

@lancelot-moon
Copy link

https://github.com/android-hacker/VAExposed

It seems that VAExposed is also the similar app.

@ameshkov
Copy link
Member Author

Thank you for the help, guys!

@ameshkov
Copy link
Member Author

ameshkov commented Feb 2, 2018

Okay, so after all, it's not Island and DPC.

This is more of a full-scale virtualization like VirtualApp and this: https://github.com/DroidPluginTeam/DroidPlugin

Frankly, GPL shouldn't be a problem. I don't see it as a part of AdGuard anyway, it should be a companion app, that can be released under GPL

@TPS
Copy link
Contributor

TPS commented Oct 21, 2018

Just FYI, Island source is now released under Apache-2.0 license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants