amplify-android icon indicating copy to clipboard operation
amplify-android copied to clipboard

Eliminate Amplify Transfer Channel notification category

Open pcanas opened this issue 2 years ago • 2 comments

Before opening, please confirm:

Language and Async Model

Not applicable

Amplify Categories

Storage

Gradle script dependencies

// Put output below this line


Environment information

# Put output below this line


Please include any relevant guides or documentation you're referencing

No response

Describe the feature request

If I go to the notification settings of my app, there is a category for Amplify Transfer Channel. I would want to avoid showing this category to my end user. Is there any way I could do so?

Initialization steps (if applicable)

No response

Code Snippet

// Put your code below this line.

amplifyconfiguration.json

No response

GraphQL Schema

// Put your schema below this line


Additional information and screenshots

No response

pcanas avatar Sep 07 '22 08:09 pcanas

Transfer channel notification is added to start foreground service to enable background transfer. One possible work-around could be to remove foreground service permission from the app manifest which will not start foreground service and hence not display notification. Detailed reply on that could be found here

sdhuka avatar Sep 08 '22 17:09 sdhuka

@sdhuka Thanks for your reply! It makes sense. Then what I think would be interesting is that we could personalize the notification configuration (image, text, category name, etc). Is this something included as a potential feature in your roadmap?

pcanas avatar Sep 10 '22 07:09 pcanas

@pcanas We have release Amplify Library for Android v2.0.0, which no longer uses the Foreground Service notification.

tylerjroach avatar Nov 18 '22 15:11 tylerjroach

Closing due to inactivity. Please reopen this issue or create a new issue if you have additional questions.

eeatonaws avatar Jan 17 '23 22:01 eeatonaws

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Jan 17 '23 22:01 github-actions[bot]