fix android sdk 34 崩溃 java.lang.SecurityException: ... One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified 是因为您的应用目标 SDK 为 Android 14 (API 34)。

fix android sdk 34 崩溃 java.lang.SecurityException: ... One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified 是因为您的应用目标 SDK 为 Android 14 (API 34)。
This commit is contained in:
zeus
2025-12-24 12:17:16 +08:00
parent d26dab7be1
commit afd459c765
2 changed files with 15 additions and 4 deletions
@@ -406,7 +406,7 @@
android:layout_marginTop="16dp"
android:id="@+id/view_accountinfo5"
android:background="@color/white"
android:backgroundTint="@color/white"
app:cardElevation="4dp"
app:cardCornerRadius="6dp"
android:layout_margin="4dp" >