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:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user