Raúl Martín

Results 3 comments of Raúl Martín

The bug seems to a discrepancy of the meaning of the '#' symbol in Java and C, relevant parts in bold. ## Java > 'g' | '\u0067' | Requires the...

In case it is useful to someone, what solved some problems for me in Android 11 was disabling Zygote Preforking (no restart required): ``` su setprop persist.device_config.runtime_native.usap_pool_enabled false getprop |...

@Order(Ordered.HIGHEST_PRECEDENCE) can be used as a workaround, makes your Component/Listener run before the shell starts.