From 6c1cbca2fccfeaf9b5762b38ddd2012b19aaf640 Mon Sep 17 00:00:00 2001 From: donovanfm Date: Mon, 27 Oct 2025 16:56:29 -0400 Subject: [PATCH 1/2] Add copyright text to all Green Screen & Voice Control files. --- .../basic_camerax_app/app/build.gradle.kts | 16 ++++++++++++++++ .../cameraxapp/ExampleInstrumentedTest.kt | 16 ++++++++++++++++ .../app/src/main/AndroidManifest.xml | 16 ++++++++++++++++ .../java/com/example/cameraxapp/MainActivity.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Color.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Theme.kt | 16 ++++++++++++++++ .../java/com/example/cameraxapp/ui/theme/Type.kt | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_background.xml | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_foreground.xml | 16 ++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 16 ++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 16 ++++++++++++++++ .../app/src/main/res/values/colors.xml | 16 ++++++++++++++++ .../app/src/main/res/values/strings.xml | 16 ++++++++++++++++ .../app/src/main/res/values/themes.xml | 16 ++++++++++++++++ .../app/src/main/res/xml/backup_rules.xml | 16 ++++++++++++++++ .../src/main/res/xml/data_extraction_rules.xml | 16 ++++++++++++++++ .../com/example/cameraxapp/ExampleUnitTest.kt | 16 ++++++++++++++++ .../basic_camerax_app/build.gradle.kts | 16 ++++++++++++++++ .../basic_camerax_app/gradle.properties | 16 ++++++++++++++++ .../gradle/wrapper/gradle-wrapper.properties | 16 ++++++++++++++++ .../basic_camerax_app/gradlew | 4 ++-- .../basic_camerax_app/settings.gradle.kts | 16 ++++++++++++++++ .../.idea/caches/deviceStreaming.xml | 12 ++++++++++++ .../final_green_screen/.idea/gradle.xml | 1 + .../final_green_screen/.idea/misc.xml | 1 - .../final_green_screen/app/build.gradle.kts | 16 ++++++++++++++++ .../cameraxapp/ExampleInstrumentedTest.kt | 16 ++++++++++++++++ .../app/src/main/AndroidManifest.xml | 16 ++++++++++++++++ .../java/com/example/cameraxapp/MainActivity.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Color.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Theme.kt | 16 ++++++++++++++++ .../java/com/example/cameraxapp/ui/theme/Type.kt | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_background.xml | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_foreground.xml | 16 ++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 16 ++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 16 ++++++++++++++++ .../app/src/main/res/values/colors.xml | 16 ++++++++++++++++ .../app/src/main/res/values/strings.xml | 16 ++++++++++++++++ .../app/src/main/res/values/themes.xml | 16 ++++++++++++++++ .../app/src/main/res/xml/backup_rules.xml | 16 ++++++++++++++++ .../src/main/res/xml/data_extraction_rules.xml | 16 ++++++++++++++++ .../com/example/cameraxapp/ExampleUnitTest.kt | 16 ++++++++++++++++ .../final_green_screen/build.gradle.kts | 16 ++++++++++++++++ .../final_green_screen/gradle.properties | 16 ++++++++++++++++ .../gradle/wrapper/gradle-wrapper.properties | 16 ++++++++++++++++ .../final_green_screen/gradlew | 4 ++-- .../final_green_screen/settings.gradle.kts | 16 ++++++++++++++++ .../.idea/caches/deviceStreaming.xml | 12 ++++++++++++ .../final_voice_control/.idea/gradle.xml | 1 + .../final_voice_control/.idea/misc.xml | 1 - .../final_voice_control/app/build.gradle.kts | 16 ++++++++++++++++ .../cameraxapp/ExampleInstrumentedTest.kt | 16 ++++++++++++++++ .../app/src/main/AndroidManifest.xml | 16 ++++++++++++++++ .../java/com/example/cameraxapp/CameraXApp.kt | 16 ++++++++++++++++ .../java/com/example/cameraxapp/MainActivity.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Color.kt | 16 ++++++++++++++++ .../com/example/cameraxapp/ui/theme/Theme.kt | 16 ++++++++++++++++ .../java/com/example/cameraxapp/ui/theme/Type.kt | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_background.xml | 16 ++++++++++++++++ .../main/res/drawable/ic_launcher_foreground.xml | 16 ++++++++++++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 16 ++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 16 ++++++++++++++++ .../app/src/main/res/values/colors.xml | 16 ++++++++++++++++ .../app/src/main/res/values/strings.xml | 16 ++++++++++++++++ .../app/src/main/res/values/themes.xml | 16 ++++++++++++++++ .../app/src/main/res/xml/backup_rules.xml | 16 ++++++++++++++++ .../src/main/res/xml/data_extraction_rules.xml | 16 ++++++++++++++++ .../com/example/cameraxapp/ExampleUnitTest.kt | 16 ++++++++++++++++ .../final_voice_control/build.gradle.kts | 16 ++++++++++++++++ .../final_voice_control/gradle.properties | 16 ++++++++++++++++ .../gradle/wrapper/gradle-wrapper.properties | 16 ++++++++++++++++ .../final_voice_control/gradlew | 4 ++-- .../final_voice_control/settings.gradle.kts | 16 ++++++++++++++++ 73 files changed, 1056 insertions(+), 8 deletions(-) diff --git a/Green Screen & Voice Control/basic_camerax_app/app/build.gradle.kts b/Green Screen & Voice Control/basic_camerax_app/app/build.gradle.kts index ddf3944..974e6f9 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/build.gradle.kts +++ b/Green Screen & Voice Control/basic_camerax_app/app/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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. + */ + plugins { alias(libs.plugins.android.application) alias(libs.plugins.kotlin.android) diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/androidTest/java/com/example/cameraxapp/ExampleInstrumentedTest.kt b/Green Screen & Voice Control/basic_camerax_app/app/src/androidTest/java/com/example/cameraxapp/ExampleInstrumentedTest.kt index 99b84e1..7972c94 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/androidTest/java/com/example/cameraxapp/ExampleInstrumentedTest.kt +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/androidTest/java/com/example/cameraxapp/ExampleInstrumentedTest.kt @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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 com.example.cameraxapp import androidx.test.platform.app.InstrumentationRegistry diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/AndroidManifest.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/AndroidManifest.xml index e6722b8..da473bf 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/AndroidManifest.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/AndroidManifest.xml @@ -1,4 +1,20 @@ + + diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/MainActivity.kt b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/MainActivity.kt index 768b66f..6054f0c 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/MainActivity.kt +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/MainActivity.kt @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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 com.example.cameraxapp import android.Manifest diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Color.kt b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Color.kt index 179811c..e68d419 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Color.kt +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Color.kt @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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 com.example.cameraxapp.ui.theme import androidx.compose.ui.graphics.Color diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Theme.kt b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Theme.kt index db19bab..780fd6b 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Theme.kt +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Theme.kt @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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 com.example.cameraxapp.ui.theme import android.app.Activity diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Type.kt b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Type.kt index 858f6f8..60d2230 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Type.kt +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/java/com/example/cameraxapp/ui/theme/Type.kt @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2025 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 com.example.cameraxapp.ui.theme import androidx.compose.material3.Typography diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/drawable/ic_launcher_background.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/drawable/ic_launcher_background.xml index 07d5da9..251ed0c 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/drawable/ic_launcher_background.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/drawable/ic_launcher_background.xml @@ -1,4 +1,20 @@ + + + + + diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 6f3b755..da61988 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,4 +1,20 @@ + + diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/colors.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/colors.xml index f8c6127..8a76e99 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/colors.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/colors.xml @@ -1,4 +1,20 @@ + + #FFBB86FC #FF6200EE diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/strings.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/strings.xml index c6f6573..e758ae4 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/strings.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/strings.xml @@ -1,3 +1,19 @@ + + CameraXApp Take Photo diff --git a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/themes.xml b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/themes.xml index e9def0e..74948fa 100644 --- a/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/themes.xml +++ b/Green Screen & Voice Control/basic_camerax_app/app/src/main/res/values/themes.xml @@ -1,4 +1,20 @@ + +