As a user on Android 13 , I want notification permission to be requested so that I can receive notification
Summary
Android 13 supports notification permission, and as of now, the app is not requesting for it. An opt-in panel should be shown on bottom of the project list screen when permission is not requested yet, it should disappear after it has been requested regardless of outcome.
Acceptance Criteria
AC 1 : When to show
Given
When
Then
I am on Android 13 and I haven't been requested permission before
I've added a project
I should see opt in card
AC 2 : When to hide
Given
When
Then
I am on Android 13 and I haven't been requested permission before
I've not added a project
I should not see opt in card
I am on Android 13 and I have been requested before
Value Statement
As a user on Android 13 , I want notification permission to be requested so that I can receive notification
Summary
Android 13 supports notification permission, and as of now, the app is not requesting for it. An opt-in panel should be shown on bottom of the project list screen when permission is not requested yet, it should disappear after it has been requested regardless of outcome.
Acceptance Criteria
AC 1 : When to show
AC 2 : When to hide