Mygod
Mygod
This is the decompiled Java code of `Preference.dispatchSetInitialValue`: ``` private void dispatchSetInitialValue() { if(this.getPreferenceDataStore() != null) { this.onSetInitialValue(true, this.mDefaultValue); } else { boolean shouldPersist = this.shouldPersist(); if(shouldPersist && this.getSharedPreferences().contains(this.mKey)) {...
I just discovered that there're `app:allowDividerAbove` and `app:allowDividerBelow` APIs. Is it possible to use these?
To reproduce this, enable this module in Magisk Manager, and run `logcat | grep RAM`: ``` 11-19 15:46:45.080 4175 4175 W gle.android.gm: NOTE: This wastes RAM and hurts startup performance....
Currently AOSP only has support for [IPv6 tethering when using mobile networks](https://android.googlesource.com/platform/frameworks/base/+/7747fd4/services/core/java/com/android/server/connectivity/tethering/IPv6TetheringCoordinator.java) under supported carriers since Android 7.0. It's unclear how to do this for IPv6-capable VPN or even Wi-Fi....
No plan for this for now unless people are interested. (We already have blocking available on any Android version.) Relevant APIs: https://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager.html#isGroupClientRemovalSupported()
@sea3pea0: https://github.com/Mygod/VPNHotspot/issues/9#issuecomment-401563308 >How about the ability to control this app via intents so that we could use tasker to initiate actions in this app? I have an android head unit...
This is one of the most popularly [requested](https://forum.xda-developers.com/android/apps-games/app-vpn-hotspot-vpn-tethering-wi-fi-t3741604/post77730537) features. I believe this is possible. Related: https://android.stackexchange.com/a/53129/181631
错误信息:获取任务信息失败 P.S. 想看源码没看懂……