Loading services/core/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class Installer extends SystemService { /* *************************************************************************** * IMPORTANT: These values are passed to native code. Keep them in sync with * frameworks/native/cmds/installd/installd.h * frameworks/native/cmds/installd/installd_constants.h * **************************************************************************/ /** Application should be visible to everyone */ public static final int DEXOPT_PUBLIC = 1 << 1; Loading Loading
services/core/java/com/android/server/pm/Installer.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class Installer extends SystemService { /* *************************************************************************** * IMPORTANT: These values are passed to native code. Keep them in sync with * frameworks/native/cmds/installd/installd.h * frameworks/native/cmds/installd/installd_constants.h * **************************************************************************/ /** Application should be visible to everyone */ public static final int DEXOPT_PUBLIC = 1 << 1; Loading