You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Make main app fully independent from the stub
- 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)
This commit is contained in:
@@ -8,16 +8,4 @@
|
||||
<string name="magiskhide" translatable="false">Magisk Hide</string>
|
||||
<string name="empty" translatable="false"/>
|
||||
|
||||
<!-- Preserve 10 string slots for stub -->
|
||||
<string name="stub_0" translatable="false"/>
|
||||
<string name="stub_1" translatable="false"/>
|
||||
<string name="stub_2" translatable="false"/>
|
||||
<string name="stub_3" translatable="false"/>
|
||||
<string name="stub_4" translatable="false"/>
|
||||
<string name="stub_5" translatable="false"/>
|
||||
<string name="stub_6" translatable="false"/>
|
||||
<string name="stub_7" translatable="false"/>
|
||||
<string name="stub_8" translatable="false"/>
|
||||
<string name="stub_9" translatable="false"/>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user