Revert "Import ParanoidColorStub"

This reverts commit d50f53cb30.

Change-Id: I875137eec0f141a0a02486a36922356c5ae57032
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
Omkar Chandorkar 2022-12-27 17:08:41 +09:00 committed by fazil
parent 0c8f41907e
commit 0340038727
5 changed files with 1 additions and 103 deletions

View File

@ -119,20 +119,10 @@ android_app {
required: [
"privapp_whitelist_com.android.wallpaper",
"default_permissions_com.android.wallpaper",
"ParanoidColorStub",
"AospaColorStub",
],
}
android_app {
name: "ParanoidColorStub",
manifest: "AndroidManifest-Stub.xml",
resource_dirs: ["res-stub"],
certificate: "platform",
product_specific: true,
sdk_version: "current",
}
prebuilt_etc {
name: "privapp_whitelist_com.android.wallpaper",
system_ext_specific: true,

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.aospa.colorstub">
<application android:label="@string/app_name" />
</manifest>

View File

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2022 Paranoid Android
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.
-->
<resources>
<string-array name="color_bundles">
<item>default</item>
<item>blue</item>
<item>purple</item>
<item>red</item>
</string-array>
</resources>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2022 Paranoid Android
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.
-->
<resources>
<!-- Default -->
<color name="color_primary_default">#87d432</color>
<color name="color_secondary_default">#86d62f</color>
<!-- Blue -->
<color name="color_primary_blue">#1a73e8</color>
<color name="color_secondary_blue">#1a73e8</color>
<!-- Purple -->
<color name="color_primary_purple">#6f24d6</color>
<color name="color_secondary_purple">#dabfff</color>
<!-- Red -->
<color name="color_primary_red">#eb0028</color>
<color name="color_secondary_red">#eb0028</color>
</resources>

View File

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2022 Paranoid Android
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.
-->
<resources>
<string name="app_name">AOSPA Colors</string>
<!-- Default -->
<string name="default_color_name">Default</string>
<string name="bundle_name_default">@string/default_color_name</string>
<!-- Blue -->
<string name="blue_color_name">Blue</string>
<string name="bundle_name_blue">@string/blue_color_name</string>
<!-- Purple -->
<string name="purple_color_name">Purple</string>
<string name="bundle_name_purple">@string/purple_color_name</string>
<!-- Red -->
<string name="red_color_name">Red</string>
<string name="bundle_name_red">@string/red_color_name</string>
</resources>