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

Commit 62292507 authored by Ricky Wai's avatar Ricky Wai
Browse files

Make AppDetailsActivity to be transparent

Test: It's transparent and no flash/action bar when it starts
Bug: 119484208
Change-Id: Iddbe80d017d652884f5bfb7bb7420739e00b855d
parent c01a03bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4423,7 +4423,7 @@ public class PackageParser {
        a.owner = owner;
        a.setPackageName(owner.packageName);

        a.info.theme = 0;
        a.info.theme = android.R.style.Theme_NoDisplay;
        a.info.exported = true;
        a.info.name = AppDetailsActivity.class.getName();
        a.info.processName = owner.applicationInfo.processName;