Messaging: Remove VisibleForAnimation
It's meant for reflection, but we don't care about that Change-Id: Id2310a04fb90f39cb9b52fcb183073504b64bcba
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user