Revert "CTS test for Android Security b/159145361"

This test should not be rvc+

Bug: 159145361
Bug: 173530873
Test: Ran the new testcase on android-9.0.0_r38 with/without patch
This reverts commit d0af7a724ff21e0f471c1b669c3dd38c976c6449.

Change-Id: I07ccc0321c4e81879c6680bf1e7f2207ef5cb7d9
diff --git a/tests/tests/security/src/android/security/cts/CVE_2021_0322_SliceProvider.java b/tests/tests/security/src/android/security/cts/CVE_2021_0322_SliceProvider.java
deleted file mode 100644
index f32aa90..0000000
--- a/tests/tests/security/src/android/security/cts/CVE_2021_0322_SliceProvider.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (C) 2020 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package android.security.cts;
-
-import android.content.Context;
-
-public class CVE_2021_0322_SliceProvider extends android.app.slice.SliceProvider {
-
-    @Override
-    public boolean onCreate() {
-        return true;
-    }
-}