mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-09 18:36:48 +01:00
Merge pull request #1819 from iBotPeaches/issue-1817
Add support for leading "$" again
This commit is contained in:
commit
92bec503e9
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -77,6 +77,11 @@ public class BuildAndDecodeTest extends BaseTest {
|
||||
compareXmlFiles("res/navigation/nav_graph.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void leadingDollarSignResourceNameTest() throws BrutException {
|
||||
compareXmlFiles("res/drawable/$avd_hide_password__0.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmManifestStructureTest() throws BrutException {
|
||||
compareXmlFiles("AndroidManifest.xml");
|
||||
|
@ -0,0 +1 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"></vector>
|
Loading…
x
Reference in New Issue
Block a user