diff --git a/PlayIntegrityAPI/android-client/app/build.gradle.kts b/PlayIntegrityAPI/android-client/app/build.gradle.kts index 597ba7d..4c0865b 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 10e9458..d739a04 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 643f31b..7ce02ac 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 26b671d..d0ad98c 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 db77b1d..5f6e942 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 61e4159..aa7d573 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 d8fbffd..96a8cbe 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 07d5da9..9ca291f 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 6f3b755..d1cbb5d 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 f8c6127..b0d2df3 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 474ab9f..3f2a9e8 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 6d230a9..e411268 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 @@ + +