Messaging: Remove VisibleForAnimation

It's meant for reflection, but we don't care about that

Change-Id: Id2310a04fb90f39cb9b52fcb183073504b64bcba
This commit is contained in:
Michael W
2025-04-10 13:12:04 +02:00
parent 8d8c36708a
commit 37ac798c53
6 changed files with 4 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
# Copyright (C) 2015 The Android Open Source Project
# Copyright (C) 2024 The LineageOS Project
# Copyright (C) 2024-2025 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -21,12 +21,6 @@
-keep class com.android.messaging.*.* { *; }
-keep class com.android.messaging.*.*.* { *; }
# Keep methods that have the @VisibleForAnimation annotation
-keep @interface com.android.messaging.annotation.VisibleForAnimation
-keepclassmembers class * {
@com.android.messaging.annotation.VisibleForAnimation *;
}
-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service