mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-01 05:55:26 +00:00
40eda05a30
- Skip 0x7f01XXXX - 0x7f05XXXX resource IDs in the main app; they are reserved for stub resources - Support sending additional data from host to guest - Use resource mapping passed from host when they are being sent to the system framework (notifications and shortcuts)
14 lines
167 B
Java
14 lines
167 B
Java
package a;
|
|
|
|
import com.topjohnwu.magisk.App;
|
|
|
|
public class e extends App {
|
|
public e() {
|
|
super();
|
|
}
|
|
|
|
public e(Object o) {
|
|
super(o);
|
|
}
|
|
}
|