Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.51 KB

FAQ.md

File metadata and controls

23 lines (16 loc) · 1.51 KB
Q: How does visibility affect a pin?
A: It mainly affects the pin's position on your lockscreen. *Normal* displays the pin like a normal notification, *private* hides the content-text and *secret* hides the whole pin.
Q: Help, visibility seems not working!
A: Maybe because you are using a Android version below 5.0 (Lollipop), where the visibility-feature doesn't work since it has been introduced with Lollipop.
Q: How does priority affect a pin?
A: Mainly the position in your notification-center. *High* places your pin above every other notification, *low* below every other notification and *min* below a small divider, completely at the bottom of your notification-center.
Q: Help, priority seems broken!
A: If you got a lot other *high*-priority notifications and you add another pin with priority *high*, Android will choose its position.
Q: Where's the source-code?
A: You can find the whole application source-code on GitHub. Link: https://github.com/dotWee/MicroPinner
Q: Could you add xxx so I can xxx?
A: Write your ideas and feature-requests as a rating on the Google Play site or open a new issue on GitHub.
Q: It's constantly crashing, help!
A: Crashes are reported automatically using Google Plays Crash Detection and get automatically reported. If I didn't fix it in less than one day, open a issue on github.
Q: I found a bug / issue, what should I do?
A: Creating a new Issue or message me per mail at [coding@dotwee.de](mailto:coding@dotwee.de).