How do I sell my Note 10+?
- By The_Chief
- Smartphones
- 3 Replies
Swappa is a great place to buy& & sell pristine, gently used devices. I highly recommend it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That's the same as my Pixel 6 Pro.Pixel 5 and max is 30 minutes. Should be the same as Pixel 6.
View attachment 161475
yeah this is probably what I'm going to do, maybe somedayIt's 10 years old.
Hang on to it for another 15 years and maybe it'll be worth something
Hi there! Did you find any solution to this? Thank you.I'm looking for one tap widget that will do it.
Looking for something just like a ram cleaner widget, but one that clears recent apps instead.
Downloaded and trying this one now. So far so good. ThanksI've been using Musicolet for some time and has been great. It's feature rich with no ads and does resume playback. (4.7 stars)
https://play.google.com/store/apps/details?id=in.krosbits.musicolet
That looks like the one.
In the end, I ended up using Services in order to overcome this issue.
I created a service class with a couple of inner threads that manage the Bluetooth connection. So, when I change activities, the main activity gets unbounded from the service, the Bluetooth connection persists, and finally, on the newer activity, I call a reference to that Service class I am using, binding later on to it and resuming communication tasks to the external Bluetooth device using the previously created socket.