diff --git a/PlayIntegrityAPI/android-client/app/build.gradle.kts b/PlayIntegrityAPI/android-client/app/build.gradle.kts index 597ba7d2..4c0865b3 100644 --- a/PlayIntegrityAPI/android-client/app/build.gradle.kts +++ b/PlayIntegrityAPI/android-client/app/build.gradle.kts @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.compose) diff --git a/PlayIntegrityAPI/android-client/app/src/androidTest/java/com/android/security/samples/playintegrityapi/HomeScreenTest.kt b/PlayIntegrityAPI/android-client/app/src/androidTest/java/com/android/security/samples/playintegrityapi/HomeScreenTest.kt index 10e94586..d739a04d 100644 --- a/PlayIntegrityAPI/android-client/app/src/androidTest/java/com/android/security/samples/playintegrityapi/HomeScreenTest.kt +++ b/PlayIntegrityAPI/android-client/app/src/androidTest/java/com/android/security/samples/playintegrityapi/HomeScreenTest.kt @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.android.security.samples.playintegrityapi import androidx.activity.ComponentActivity diff --git a/PlayIntegrityAPI/android-client/app/src/main/AndroidManifest.xml b/PlayIntegrityAPI/android-client/app/src/main/AndroidManifest.xml index 643f31b7..7ce02ac3 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/AndroidManifest.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/AndroidManifest.xml @@ -1,4 +1,20 @@ + + diff --git a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/PlayIntegrityApplication.kt b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/PlayIntegrityApplication.kt index 26b671dd..d0ad98c6 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/PlayIntegrityApplication.kt +++ b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/PlayIntegrityApplication.kt @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.android.security.samples.playintegrityapi import android.app.Application diff --git a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/navigation/HomeNavigation.kt b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/navigation/HomeNavigation.kt index db77b1d4..5f6e942c 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/navigation/HomeNavigation.kt +++ b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/navigation/HomeNavigation.kt @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.android.security.samples.playintegrityapi.navigation import androidx.navigation.NavController diff --git a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/Home.kt b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/Home.kt index 61e4159c..aa7d5733 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/Home.kt +++ b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/Home.kt @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.android.security.samples.playintegrityapi.ui import androidx.compose.foundation.BorderStroke diff --git a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/MainActivity.kt b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/MainActivity.kt index d8fbffd7..96a8cbe5 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/MainActivity.kt +++ b/PlayIntegrityAPI/android-client/app/src/main/java/com/android/security/samples/playintegrityapi/ui/MainActivity.kt @@ -1,3 +1,17 @@ +// Copyright 2026 Google LLC +// +// 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 +// +// https://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.android.security.samples.playintegrityapi.ui import android.os.Bundle diff --git a/PlayIntegrityAPI/android-client/app/src/main/res/drawable/ic_launcher_background.xml b/PlayIntegrityAPI/android-client/app/src/main/res/drawable/ic_launcher_background.xml index 07d5da9c..9ca291fd 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/res/drawable/ic_launcher_background.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/res/drawable/ic_launcher_background.xml @@ -1,4 +1,20 @@ + + + + + + diff --git a/PlayIntegrityAPI/android-client/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/PlayIntegrityAPI/android-client/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 6f3b755b..d1cbb5d5 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,4 +1,20 @@ + + diff --git a/PlayIntegrityAPI/android-client/app/src/main/res/values/colors.xml b/PlayIntegrityAPI/android-client/app/src/main/res/values/colors.xml index f8c6127d..b0d2df32 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/res/values/colors.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/res/values/colors.xml @@ -1,4 +1,20 @@ + + #FFBB86FC #FF6200EE diff --git a/PlayIntegrityAPI/android-client/app/src/main/res/values/strings.xml b/PlayIntegrityAPI/android-client/app/src/main/res/values/strings.xml index 474ab9f1..3f2a9e81 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/res/values/strings.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/res/values/strings.xml @@ -1,3 +1,20 @@ + + + PlayIntegrityAPI diff --git a/PlayIntegrityAPI/android-client/app/src/main/res/values/themes.xml b/PlayIntegrityAPI/android-client/app/src/main/res/values/themes.xml index 6d230a9f..e4112688 100644 --- a/PlayIntegrityAPI/android-client/app/src/main/res/values/themes.xml +++ b/PlayIntegrityAPI/android-client/app/src/main/res/values/themes.xml @@ -1,4 +1,20 @@ + +