| Index: platform_tools/android/apps/vulkanviewer/src/main/java/org/skia/vulkanviewer/VulkanViewerActivity.java
|
| diff --git a/platform_tools/android/apps/vulkanviewer/src/main/java/org/skia/vulkanviewer/VulkanViewerActivity.java b/platform_tools/android/apps/vulkanviewer/src/main/java/org/skia/vulkanviewer/VulkanViewerActivity.java
|
| deleted file mode 100644
|
| index 38554ffdea8ce0f897dcde09df3f0e672e5b86f6..0000000000000000000000000000000000000000
|
| --- a/platform_tools/android/apps/vulkanviewer/src/main/java/org/skia/vulkanviewer/VulkanViewerActivity.java
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -/*
|
| - * Copyright 2015 Google Inc.
|
| - *
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -package org.skia.vulkanviewer;
|
| -
|
| -import android.app.ActionBar;
|
| -import android.os.Bundle;
|
| -import android.provider.Settings;
|
| -import android.view.View;
|
| -import android.view.WindowManager;
|
| -
|
| -public class VulkanViewerActivity extends android.app.NativeActivity {
|
| - static {
|
| - System.loadLibrary("skia_android");
|
| - }
|
| -
|
| - @Override
|
| - public void onCreate(Bundle savedInstanceState)
|
| - {
|
| - super.onCreate(savedInstanceState);
|
| - ActionBar ab = this.getActionBar();
|
| - ab.hide();
|
| - }
|
| -}
|
|
|