Skip to content

Conversation

@invertedEcho
Copy link

@invertedEcho invertedEcho commented Jan 25, 2024

  • Upgrade gradle to version 8.2.2
  • App now targets sdk version 34 to comply with Google Play Store guidelines and not be in compatibility mode

I've tested this on a real android device and everything seemed to work fine.

android:name=".SettingsActivity"
android:label="@string/title_activity_settings"></activity>
<activity
android:exported="true"
Copy link
Author

@invertedEcho invertedEcho Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for activities using intent-filters in apps that target android version 12 or higher. See information here:
https://developer.android.com/guide/topics/manifest/activity-element#exported
It allows other apps to launch this activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants