amplify-android
amplify-android copied to clipboard
Eliminate Amplify Transfer Channel notification category
Before opening, please confirm:
- [X] I have searched for duplicate or closed issues and discussions.
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
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 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 We have release Amplify Library for Android v2.0.0, which no longer uses the Foreground Service notification.
Closing due to inactivity. Please reopen this issue or create a new issue if you have additional questions.
⚠️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.