| Index: platform_tools/android/apps/vulkanviewer/src/main/AndroidManifest.xml
|
| diff --git a/platform_tools/android/apps/vulkanviewer/src/main/AndroidManifest.xml b/platform_tools/android/apps/vulkanviewer/src/main/AndroidManifest.xml
|
| deleted file mode 100644
|
| index 634c7370830d4b08917a5fe0ce18d5c9cff7bd84..0000000000000000000000000000000000000000
|
| --- a/platform_tools/android/apps/vulkanviewer/src/main/AndroidManifest.xml
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<!-- BEGIN_INCLUDE(manifest) -->
|
| -<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
| - package="org.skia.vulkanviewer"
|
| - android:versionCode="1"
|
| - android:versionName="1.0">
|
| -
|
| - <application
|
| - android:allowBackup="false"
|
| - android:label="VulkanViewer">
|
| -
|
| - <activity android:name=".VulkanViewerActivity"
|
| - android:label="VulkanViewer"
|
| - android:screenOrientation="portrait"
|
| - android:configChanges="orientation|keyboardHidden">
|
| - <meta-data android:name="android.app.lib_name"
|
| - android:value="vulkanviewer" />
|
| - <intent-filter>
|
| - <action android:name="android.intent.action.MAIN" />
|
| - <category android:name="android.intent.category.LAUNCHER" />
|
| - </intent-filter>
|
| - </activity>
|
| - </application>
|
| -
|
| -</manifest>
|
| -<!-- END_INCLUDE(manifest) -->
|
|
|