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

Commit d31f36cf authored by David Brazdil's avatar David Brazdil
Browse files

Revert "Greylist com.google.vr.platform hidden methods"

This reverts commit 7eb31590.

Reason for revert: build failure in git_master/apps

Change-Id: Ibdc38781d46fd11d62d964dd712c51fc5a1b1b9b
parent 7eb31590
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
package com.google.vr.platform;

import android.annotation.UnsupportedAppUsage;
import android.os.SystemProperties;

/**
@@ -14,7 +13,6 @@ public class DeviceInfo {
    /**
     * Returns true if this device boots directly in VR mode.
     */
    @UnsupportedAppUsage
    public static boolean getVrBoot() {
        return SystemProperties.getBoolean(VR_MODE_BOOT, false);
    }
+0 −3
Original line number Diff line number Diff line
package com.google.vr.platform;

import android.annotation.UnsupportedAppUsage;

/**
 * Class to load the dvr api.
 * @hide
@@ -12,7 +10,6 @@ public class Dvr {
     *
     * @return A Long object describing the handle returned by dlopen.
     */
    @UnsupportedAppUsage
    public static Long loadLibrary() {
        // Load a thin JNI library that runs dlopen on request.
        System.loadLibrary("dvr_loader");