Status Update
Comments
ad...@google.com <ad...@google.com>
sa...@gmail.com <sa...@gmail.com> #2
Hi,
Thank you for taking the time to improve libphonenumber!
We are looking into this and will respond as soon as possible.
ad...@google.com <ad...@google.com> #3
Hi,
Thanks much for raising this issue. This is one of our known issue, which is not documented. Having phone numbers of this long are very rare. libphonenumber cannot do anything better here.
Reasons:
- JavaScript
Number
type has limitation of 2^53 (9007199254740992) as the max literal it can hold. When provided more than that like "90018408059449376"(17 digit), JS starts rounding the value. Unfortunately this is within the range of i.e 17 digit.possible phone number length - Both the alternatives leads to backward-incompatible changes as the type of the field '''national_number''' has to be changed; thus leading to client-side compile issue . Eg: setNationalNumber(1234) / conversions to payloads like JSON.
- Marking the field as
[jstype = JS_STRING]
- Or using new JS data type
BigInt
.
We will update FAQ at GitHub stating some of these points. Maybe you can compare with Number.MAX_VALUE and avoid such cases. Or post request to a Java/CPP/PY libphonenumber clients, as these langs have much more matured data type systems.
[Deleted User] <[Deleted User]> #5
+923146233552
lb...@gmail.com <lb...@gmail.com> #6
@5 It doesn't work for you?
Try this app for example, to install apps using APKS, XAPK (can include OBB files), APKM :
https://play.google.com/store/apps/details?id=com.lb.app_manager
Try this app for example, to install apps using APKS, XAPK (can include OBB files), APKM :
[Deleted User] <[Deleted User]> #7
Ok. Let me give it a trial. Thanks
[Deleted User] <[Deleted User]> #8
I can install apps but activating them via PC ADB apps shows its activated but wont work. Its like the system kills the app after the first launch and whenever i reinstall the app, it automatically activte and it get killed again by the system. I noticed some App install their ADB in the OBB and Data section and since the file manager won't allow access to those places the apps get killed almost instantly. Any help on this? Its really frustrating. Might just go for the iphone if this is the way andriod desides to go.
[Deleted User] <[Deleted User]> #9
And my oneplus 7 pro won't allow floating apps. Why?
lb...@gmail.com <lb...@gmail.com> #10
@9 Oh you use OnePlus...
They change the OS. Sadly various OEMs break the OS and ruin it. Sometimes developers and/or users can do something about it. Sometimes they can't.
See here:
https://issuetracker.google.com/issues/122098785
And here:
https://dontkillmyapp.com/
They change the OS. Sadly various OEMs break the OS and ruin it. Sometimes developers and/or users can do something about it. Sometimes they can't.
See here:
And here:
Description
When trying on emulator I failed to even reach it, as it fails to parse every APK.
This includes not just Chrome, but also third party file manager apps such as Total Commander.
For some reason "Files" succeeded though.