Crash - App restarts in a loop #7224
Labels
A-Android Version
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
Steps to reproduce
Outcome
When the dialog to ask if the app can send notifications is displayed, app restarts in a loop on Android 13 after a fresh install. From Android 13, permission is asked on the first run of the app.
I guess this issue is related to Strandhogg detection because we have this log in logcat in debug :
im.vector.app.debug E/VectorActivityLifecycleCallbacks$onActivityCreated: Application is potentially corrupted by an unknown activity
The activity
com.android.permissioncontroller.permission.ui.GrantPermissionsActivity
launched by OS is detected as corrupted because it is not declared in the app manifest.To avoid this problem we should add exposed activities by PackageInstaller app in activitiesInfo array
Your phone model
Google Pixel 6A
Operating system version
Android 13
Application version and app store
Element version 1.4.36
Homeserver
matrix.org
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: