Questions tagged [meizu]

Meizu Technology Co., Ltd. is a Chinese consumer electronics company.

4 questions
73
votes
9 answers

NullPointerException on Meizu devices in Editor.updateCursorPositionMz

Lately, there have been crashes on my Android app, on Meizu devices only (M5c, M5s, M5 Note). Android version: 6.0. Here is the full stack trace: Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int…
Turboblaster
  • 1,320
  • 1
  • 10
  • 11
3
votes
1 answer

Strange User-Agent discovered

I found strange user-agent while searching through my apache access.log. Are there anyone who had seen this user-agent before: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36…
nikdo
  • 31
  • 1
2
votes
1 answer

No interface method isAsyncStarted() error running wiremock android tests on a Meizu device

I have an Android app which performs a network request. I'm using wiremock for instrumentation tests and retrofit in the app. The request is mocked like this: stubFor( get(urlMatching("/hello/world")) …
Carmen
  • 1,574
  • 17
  • 18
0
votes
1 answer

Why do my Android app notifications stop getting displayed (Meizu Flyme OS)?

I made a simple Android Studio project to test the notifications API. The app has a single button, which when pressed displays the notification. I'm installing the app on an Android Meizu phone running the Flyme OS. See code below: public class…
moriarty
  • 41
  • 5