andOTP/app
Kumi e8d2d95091
fix(manifest): set exported=true for activities and receivers
Set `android:exported="true"` for MainActivity, PanicResponderActivity, PlainTextBackupBroadcastReceiver, and EncryptedBackupBroadcastReceiver to address changes in Android 12 requirements.

Ensures components can be launched by the system or other applications, making the app compatible with Android 12's stricter component exporting rules.
2024-09-17 08:59:42 +02:00
..
src fix(manifest): set exported=true for activities and receivers 2024-09-17 08:59:42 +02:00
.gitignore initial code dump 2015-11-23 22:20:14 +01:00
build.gradle build: update compileSdkVersion to 33 2024-09-17 08:55:58 +02:00
proguard-rules.pro initial code dump 2015-11-23 22:20:14 +01:00