Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14e15fe4 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Modify base Configuration used for aapt dump badging" into lmp-dev

parents 5caf1e8d c2dea8da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -752,6 +752,7 @@ int doDump(Bundle* bundle)
    config.screenWidthDp = 320;
    config.screenHeightDp = 480;
    config.smallestScreenWidthDp = 320;
    config.screenLayout |= ResTable_config::SCREENSIZE_NORMAL;
    assets.setConfiguration(config);

    const ResTable& res = assets.getResources(false);