-
Notifications
You must be signed in to change notification settings - Fork 21
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
The Google w^x security policy #5
Comments
It seems reasonable to upgrade the current application |
If the application ID changes, app catalogues (like F-Droid over the IzzyOnFroid F-Droid Repo already) will be unable to suggest/perform upgrades to devices from Android < 10 (API <= 28) to Android >= 10 (API >= 29). The only downside in enabling this is that you will permanently lose at least one See for instance the example code at https://developer.android.com/studio/build/build-variants#flavor-dimensions and the rationale at https://developer.android.com/google/play/publishing/multiple-apks. It all depends of course if you want to maintain both flavors or not. Also in any case you might want to set |
Just to avoid misunderstanding:
BTW, a different application id means a different application with independent |
I am aware of all of the above and think I have understood it correctly, but I am not sure I understood your plan, so let me rephrase it from a user's perspective:
Is that correct? |
No. Increasing
Yes. It turned out, it's even possible to pack minitar / PRoot / some |
OK, forget all what I wrote here, I was thinking it was about |
Uh, huh... See https://green-green-avk.github.io/AnotherTerm-docs/local-shell-w-x.html#main_content. But... Successfully done. |
As @guillaume-d wrote in October:
I shorten this as it applies to ALL devices/users – now that no APK available here has the "original" packageName. So which variant would you like to be kept with my repo now? I'm not bound to Google's rules. Further, what speaks against sticking to the (non-suffixed) packageName for release builds? I fully understand a suffix for debug builds (so one can install them in parallel to "test stuff") – but not for release builds one is unlikely to install in parallel. Sticking to the same packageName would also allow to switch between the two at-will without uninstalling. I will now disable auto-updates in my repo as I don't know which version to establish – so before I start "confusing users" I better wait for your answer, @green-green-avk – on
Thanks! |
@green-green-avk any word? |
Taking into account both:
I think, it's better to choose the In this case, I recommend to include also https://github.com/green-green-avk/AnotherTermShellPlugin-Android10Essentials; PS: I'm sorry that I completely missed your previous message somehow. |
Thanks @green-green-avk – switching to the
On it right now. Does that plugin require root?
Happens. Lots of works to do 😉 As I guess the same "missing" happened to my PR, I've mentioned it right along here 😄 I can offer the same PR for the plugin if you wish. |
No. This plugin just provides a workaround to avoid root requirement on Android 10 and higher |
Sorry for the late response – both apps are listed in my repo now. If you want to link there: |
A long time ago in
a galaxy far, far aMilky Way.... Google forces...The preliminary plan is to split the application into two:
The text was updated successfully, but these errors were encountered: