AdguardForAndroid icon indicating copy to clipboard operation
AdguardForAndroid copied to clipboard

Do a research on how Parallel Space works

Open ameshkov opened this issue 7 years ago • 10 comments

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.

ameshkov avatar Jan 02 '18 19:01 ameshkov

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

  • https://www.android.com/enterprise/employees/
  • https://support.google.com/work/android/answer/6191949
  • https://support.google.com/work/android/answer/7029561

TPS avatar Jan 05 '18 05:01 TPS

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

TPS avatar Jan 05 '18 05:01 TPS

@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?

ameshkov avatar Jan 07 '18 00:01 ameshkov

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/ https://github.com/AdguardTeam/AdguardForAndroid/issues/775#issuecomment-246055811.

TPS avatar Jan 08 '18 16:01 TPS

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

ameshkov avatar Jan 23 '18 20:01 ameshkov

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

TPS avatar Jan 24 '18 00:01 TPS

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

It seems that VAExposed is also the similar app.

lancelot-moon avatar Jan 27 '18 18:01 lancelot-moon

Thank you for the help, guys!

ameshkov avatar Jan 30 '18 13:01 ameshkov

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

ameshkov avatar Feb 02 '18 20:02 ameshkov

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

TPS avatar Oct 21 '18 05:10 TPS