Status Update
Comments
ad...@google.com <ad...@google.com> #2
co...@gmail.com <co...@gmail.com> #3
st...@gmail.com <st...@gmail.com> #4
Todd, can you please have a look. There is a ResourceManager error log before the exception occurs.
as...@gmail.com <as...@gmail.com> #6
bi...@gmail.com <bi...@gmail.com> #7
================================
Steps to reproduce the problem:
Send push notification
What happened:
App crashed. Based on crashes received from Fabric.
Mostly happens on:
- OnePlus One device with Android 6.0.1 (99% OnePlus but also appeared on LGE, Samsung, Xiaomi and others)
- Various Samsung devices with Android 7.0
- Galaxy Tab /Tab 3 devices with Android 4.4.4
Crash:
Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package com.xx.yy: Couldn't expand RemoteViews for: StatusBarNotification(pkg=com.xx.yy user=UserHandle{0} id=753962216 tag=null score=10 key=0|com.xx.yy|753962216|null|10117: Notification(pri=1 contentView=com.xx.yy/0x7f0a006f vibrate=null sound=null defaults=0x4 flags=0x11 color=0x00000000 vis=PRIVATE))
XML files of content view and big content view are attached.
All the images are in PNG format (hdpi,xhdpi,xxhdpi).
==============================================
Unfortunately, I didn't succeed to reproduce the issue even on OnePlus One device.
push a message to old version app
upgrade the new app from google play store
click the message push to the device before
app crash
I tried to reproduce the issue by following the steps above but without success.
After the app is updated notifications are disappeared, so I couldn't click on the notification.
All I have it is Fabric crash reports (Attached).
As you can see it is a lot of exception.
===============================================
Question about the similar issue on StackOverflow:
ju...@gmail.com <ju...@gmail.com> #9
sc...@gmail.com <sc...@gmail.com> #10
th...@gmail.com <th...@gmail.com> #11
ma...@gmail.com <ma...@gmail.com> #12
er...@gmail.com <er...@gmail.com> #13
I suspect what happens here is that some people have sideloaded the app, but have only installed the base APK and not any of the config split APKs, hence some resources are missing at runtime.
To confirm this theory, you could try installing only the "base-master.apk" (you could download from the Bundle Explorer in the Play Console) and try triggering a notification.
We are aware that incorrectly sideloaded apps can cause crashes with the App Bundle. We are working on a solution to mitigate this issue. If you can confirm that this issue is indeed caused by the missing config split APKs, then I'll update this thread when our solution is available.
mi...@gmail.com <mi...@gmail.com> #14
1.- I can reproduce it myself by creating a bundle, signing it and installing it using bundletool. I bought one of the phones it happens with (one plus one) specifically for this reason.
2.- When I release a bundle build as beta, within a few hours I start getting crash reports for it. Seems highly unlikely that within a few hours of a new beta someone would already be extracting the apk and causing this issue.
I tried the base-master.apk trick and interestingly enough that allowed me to replicate another issue I've had recently with just a handful of phones. They will crash while loading my splash activity. The splash activity doesn't have a layout, it just has a drawable on the theme background. The drawable is a bitmap. It is a normal drawable, just an image, not a vector, not drawable xml. Using bundletool to install the same bundle that I got the base-master.apk out of works just fine until the notification crash.
11-28 16:18:47.179 21964-21964/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: mypacakge, PID: 21964
Theme: themes:{default=overlay:com.cyngn.hexo, iconPack:com.cyngn.hexo, fontPkg:com.cyngn.hexo, com.android.systemui=overlay:com.cyngn.hexo, com.android.systemui.navbar=overlay:com.cyngn.hexo}
java.lang.RuntimeException: Unable to start activity ComponentInfo{mypacakge/mypacakge.SplashActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f0802e3
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2450)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2510)
at android.app.ActivityThread.-wrap11(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1363)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5461)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f0802e3
at android.content.res.Resources.getValue(Resources.java:1432)
at android.content.res.Resources.getValue(Resources.java:1412)
at android.support.v7.widget.AppCompatDrawableManager.loadDrawableFromDelegates(AppCompatDrawableManager.java:331)
at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:198)
at android.support.v7.widget.TintTypedArray.getDrawableIfKnown(TintTypedArray.java:86)
at android.support.v7.app.AppCompatDelegateImpl.<init>(AppCompatDelegateImpl.java:260)
at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:182)
at android.support.v7.app.AppCompatActivity.getDelegate(AppCompatActivity.java:520)
at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java:71)
at mypacakge.SplashActivity.onCreate(SplashActivity.java:33)
at android.app.Activity.performCreate(Activity.java:6251)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2403)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2510)
at android.app.ActivityThread.-wrap11(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1363)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5461)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
ky...@gmail.com <ky...@gmail.com> #15
Would you be able to share a Bundle that can reproduce the crash and the APK that works so that I can compare them and try reproducing the issue locally?
zd...@gmail.com <zd...@gmail.com> #16
jo...@gmail.com <jo...@gmail.com> #17
go...@gmail.com <go...@gmail.com> #18
jw...@gmail.com <jw...@gmail.com> #19
It starts correctly on my device.
Do I need to perform any specific action in the app to reproduce the bug?
jn...@gmail.com <jn...@gmail.com> #20
If you don't have the a Chromecast available I can see if I can make a test app to reproduce it or temporarily modify mine to always show the notification.
ha...@hama.org.uk <ha...@hama.org.uk> #21
sa...@gmail.com <sa...@gmail.com> #22
gi...@gmail.com <gi...@gmail.com> #23
1. Taking OnePlus One device with the stock rom.
2. Install apk from bundleapks-testapp.apks?
3. What actions should I do in the app to get the crash?
Thanks
fl...@gmail.com <fl...@gmail.com> #24
dr...@gmail.com <dr...@gmail.com> #25
01-04 11:10:17.381 2531 2531 W ResourceType: Failure getting entry for 0x7f060069 (t=5 e=105) (error -75)
01-04 11:10:17.384 2531 2531 E StatusBar: couldn't inflate view for notification com.example.carlos.notificationcrashtest/0x65
01-04 11:10:17.384 2531 2531 E StatusBar: android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class android.widget.ImageView
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.inflate(LayoutInflater.java:539)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.widget.RemoteViews.apply(RemoteViews.java:2783)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.systemui.statusbar.BaseStatusBar.inflateViews(BaseStatusBar.java:1397)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.systemui.statusbar.BaseStatusBar.inflateViews(BaseStatusBar.java:1302)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.systemui.statusbar.BaseStatusBar.createNotificationViews(BaseStatusBar.java:1820)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.systemui.statusbar.phone.PhoneStatusBar.addNotification(PhoneStatusBar.java:1693)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.systemui.statusbar.BaseStatusBar$6$2.run(BaseStatusBar.java:516)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.os.Handler.handleCallback(Handler.java:739)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.os.Handler.dispatchMessage(Handler.java:95)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.os.Looper.loop(Looper.java:148)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.app.ActivityThread.main(ActivityThread.java:5461)
01-04 11:10:17.384 2531 2531 E StatusBar: at java.lang.reflect.Method.invoke(Native Method)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-04 11:10:17.384 2531 2531 E StatusBar: Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class android.widget.ImageView
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.createView(LayoutInflater.java:645)
01-04 11:10:17.384 2531 2531 E StatusBar: at com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.onCreateView(LayoutInflater.java:694)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:762)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.rInflate(LayoutInflater.java:835)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
01-04 11:10:17.384 2531 2531 E StatusBar: ... 14 more
01-04 11:10:17.384 2531 2531 E StatusBar: Caused by: java.lang.reflect.InvocationTargetException
01-04 11:10:17.384 2531 2531 E StatusBar: at java.lang.reflect.Constructor.newInstance(Native Method)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.view.LayoutInflater.createView(LayoutInflater.java:619)
01-04 11:10:17.384 2531 2531 E StatusBar: ... 21 more
01-04 11:10:17.384 2531 2531 E StatusBar: Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f060069
01-04 11:10:17.384 2531 2531 E StatusBar: at android.content.res.Resources.getResourceName(Resources.java:2329)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.content.res.Resources.loadDrawableForCookie(Resources.java:2697)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.content.res.Resources.loadDrawable(Resources.java:2635)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.content.res.TypedArray.getDrawable(TypedArray.java:870)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.widget.ImageView.<init>(ImageView.java:152)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.widget.ImageView.<init>(ImageView.java:140)
01-04 11:10:17.384 2531 2531 E StatusBar: at android.widget.ImageView.<init>(ImageView.java:136)
01-04 11:10:17.384 2531 2531 E StatusBar: ... 23 more
ga...@gmail.com <ga...@gmail.com> #26
gi...@gmail.com <gi...@gmail.com> #27
Do you have a list of devices for which you notice this particular crash?
It would be useful for us so that Play can avoid serving splits to these devices.
--
By the way, thank you very much for helping me reproduce the issue, that was very helpful!
ns...@gmail.com <ns...@gmail.com> #28
Here is a list that I got from Fabric:
1.
96% OnePlus One device
4% Other devices
ONE A2001
SM-G9006V
Galaxy S5
LG G3
Nexus 5
Redmi Note 3
Mi 4c
2.
Samsung devices:
Galaxy J7(2016)
SM-G950F
SM-J701F
SM-J730F
SM-G610F
SM-G955F
Galaxy Tab A 10.
SM-A520F
SM-J530F
SM-J730GM
SM-A720F
Galaxy A5(2016)
SM-J330F
SM-G570F
SM-J730G
SM-G570Y
SM-G615F
SM-J530Y
SM-J530YM
SM-G610M
lu...@gmail.com <lu...@gmail.com> #29
11% Samsung:
Galaxy S3
Galaxy S4
Galaxy S5
Galaxy Tab 2
Galaxy Tab 2 3G
3% Motorola
Moto G4 Play
Moto Z Play
Others:
Wileyfox
HUAWEI
asus
So the fix for this will be on the Play Store, not on Android Studio or bundletool?
ar...@gmail.com <ar...@gmail.com> #30
I still believe that the other issue on the other devices are due to sideloading (unfortunately, they would have the same stacktrace), and we are still working on a solution to mitigate those crashes for those devices.
so...@gmail.com <so...@gmail.com> #31
I bought a Moto G4 Play for testing since I have a different crash on that device as well and I can not reproduce the issue with it so you are probably right about side loading, specially considering how low the percentages are for those phones vs the OnePlus One.
eh...@gmail.com <eh...@gmail.com> #32
Note that it only applies to updates and new installs. This means you may still notice crashes from users having the app currently installed until they get an update or re-install the app.
td...@gmail.com <td...@gmail.com> #33
dr...@gmail.com <dr...@gmail.com> #34
ro...@gmail.com <ro...@gmail.com> #35
co...@gmail.com <co...@gmail.com> #36
ro...@gmail.com <ro...@gmail.com> #37
do...@gmail.com <do...@gmail.com> #38
dj...@mohrfunevents.com <dj...@mohrfunevents.com> #39
al...@0422.ru <al...@0422.ru> #40
ne...@gmail.com <ne...@gmail.com> #41
mi...@gmail.com <mi...@gmail.com> #42
I couldn't find how to download an older version of LineageOS yet.
le...@gmail.com <le...@gmail.com> #43
si...@gmail.com <si...@gmail.com> #44
If someone from LineageOS team could comment on exactly which devices on L+ don't support splits, then I'd be happy to work something out, but I couldn't find a point of contact either.
Since it's now fixed for OnePlus One devices, I'll mark this bug as fixed.
ge...@gmail.com <ge...@gmail.com> #45
mw...@gmail.com <mw...@gmail.com> #46
ma...@gmail.com <ma...@gmail.com> #47
None of these solutions are ideal but they minimized the crashes and I'm not sure there is much else that can be done.
da...@gmail.com <da...@gmail.com> #48
pt...@gmail.com <pt...@gmail.com> #49
ch...@gmail.com <ch...@gmail.com> #50
de...@gmail.com <de...@gmail.com> #51
The only thing I don't understand is how users are installing my app with missing splits even at the beta stages.
ky...@gmail.com <ky...@gmail.com> #52
It is clear Google has not considered all of the reasons why people may be using call recording apps, or the ramifications of no longer allowing them in the play store.
de...@gmail.com <de...@gmail.com> #53
80...@gmail.com <80...@gmail.com> #54
ba...@gmail.com <ba...@gmail.com> #55
Please find a way that this feature stays open to developers and users of Android.
ce...@gmail.com <ce...@gmail.com> #56
no...@gmail.com <no...@gmail.com> #57
la...@gmail.com <la...@gmail.com> #58
You folks need to reevaluate this policy. There are a ton of useful apps that don't fit the cookie cutter you're trying to use here. Your simply forcing lagitamit uses to download apps from non-google sources. Stop this madness and allow some common sense exceptions.
jo...@gmail.com <jo...@gmail.com> #59
Google, single handedly bringing the windows phone back! One policy at a time.
jr...@br.inter.net <jr...@br.inter.net> #60
I've always felt free with Android, unlike IOS.
I can not understand this prohibition.
ma...@gmail.com <ma...@gmail.com> #61
ju...@gmail.com <ju...@gmail.com> #62
js...@gmail.com <js...@gmail.com> #63
jo...@gmail.com <jo...@gmail.com> #64
I have a payed varsion of ACR wich doesnt work as it did when I payed for it.
Will Google reimburse affected users?
In my contact with sellers, govermental authorites and some other contacts its essential to be able to have full information and to proof it when there are diffrent opinions on wich information are left and what agreements has been made.
th...@gmail.com <th...@gmail.com> #65
da...@gmail.com <da...@gmail.com> #66
hy...@gmail.com <hy...@gmail.com> #67
Let the public decide for themselves and stay out of it.
mo...@gmx.com <mo...@gmx.com> #68
at a stroke you've made a well made, massively effective app redundant.
GIVE ACR an exemption from this vexatious decision.
he...@gmail.com <he...@gmail.com> #69
tw...@gmail.com <tw...@gmail.com> #70
br...@strongok.com <br...@strongok.com> #71
lo...@gmail.com <lo...@gmail.com> #72
Apps such as ACR provide a good quality app that has assisted me:
1. in being a safer driver by being able to get information from my call at a later time. Thus not having to pull off the road onto the shoulder to write the details down.
2. In gaining information to substantiate my complaints against ROBO Calls, harassment calls, etc.
Which leads me to believe that any company that restricts this information is doing so in collaboration with Telemarketing for profit.
Regards,
L. White
si...@gmail.com <si...@gmail.com> #73
si...@gmail.com <si...@gmail.com> #74
fr...@gmail.com <fr...@gmail.com> #75
do...@gmail.com <do...@gmail.com> #76
ch...@gmail.com <ch...@gmail.com> #77
ke...@gmail.com <ke...@gmail.com> #78
ds...@gmail.com <ds...@gmail.com> #79
gr...@gmail.com <gr...@gmail.com> #80
tg...@gmail.com <tg...@gmail.com> #81
ru...@gmail.com <ru...@gmail.com> #82
fr...@gmail.com <fr...@gmail.com> #83
je...@gmail.com <je...@gmail.com> #84
Figure it out some other way.
Jeff
ni...@gmail.com <ni...@gmail.com> #85
I understand that you need to protect users privacy, however why you do not make exception for legitimate apps? I use acr call recorder from nllapps. First you remove the call recording feature from Android and then this permission even though you are aware that people who use call recording need this feature to mark their recordings. Again, I understand that you think about people's privacy, however I have a difficult time to imagine that having these permissions through android 1 to 9 has ruined peoples lives.
I suggest that you ask android users with polls and other means before you decide to "remove" a feature which breaks their favorite apps instead of just doing so because you think it is right thing to do.
Anyways, recording app is a must for me as the way it is today, with access to phone numbers and contacts. Discussion about being legal or not is not your headache. You don't remove camera app just because it is illegal to take pictures in some places.
ed...@gmail.com <ed...@gmail.com> #86
vi...@gmail.com <vi...@gmail.com> #87
of...@gmail.com <of...@gmail.com> #88
mi...@gmail.com <mi...@gmail.com> #89
ma...@backyardbores.com <ma...@backyardbores.com> #90
te...@gmail.com <te...@gmail.com> #91
[Deleted User] <[Deleted User]> #92
m....@gmail.com <m....@gmail.com> #93
Please change it
su...@gmail.com <su...@gmail.com> #94
Instead of removing apps that use these permissions, you need to make it clearer to your end users what it's doing. Maybe have the developers of apps say what they need the permission for, and show that on the app page and when a user installs it. Let us decide what we want.
If I can't use the apps I want because you've decided that for us, what is to keep us from looking at Apple and IOS? Looks like they aren't messing with the functionality of call recorders.
Disclaimer, I don't want to use apple, please stop messing with the permissions or find something that actually works for everyone.
di...@gmail.com <di...@gmail.com> #95
1. People with brain injuries (concussion, MCI, etc.) that affect episodic memory rely on call recording to keep track of what they have agreed to, appointments, health visit details, instructions from clinicians, etc. These are all perfectly valid uses of the technology. You are handicapping people who are already handicapped, and who purchased their Android phones specifically because the OS enabled this kind of enabling technology. It might even be illegal to disable an assistive device in Ontario or EU; it is certainly a very underhanded move. Unconscienable. Despicable!
2. Everyone has perfectly reasonable use cases for this functionality. An obvious one is dealings with Customer Support, or a service person such as a lawyer or broker. A verbal agreement can constitute a legal contract in England, Canada & the US. There does need to be a record of some sort. Recording the conversation and agreement is the standard way of doing this. In fact all corporations - including their customer service operations - record all calls to ensure understanding of commitments made and received is clear and unambiguous. Why should individuals be the only party to agreements and service calls who are unable to protect their interests by recording the call?
de...@googlemail.com <de...@googlemail.com> #96
ev...@gmail.com <ev...@gmail.com> #97
ne...@gmail.com <ne...@gmail.com> #98
je...@gmail.com <je...@gmail.com> #99
si...@gmail.com <si...@gmail.com> #100
While you can argue that this isn't core functionality for the OS, Call Recording has been a core Telephony feature for decades, and is a regulatory feature for many industries (such as certain Financial services). Crippling this service without giving customers or developers a viable alternative doesn't make your platform more secure. At best it encourages users to weaken that security (rooting their devices), at worst it drives them to use other providers, introducing a myriad of other issues in the process.
cd...@gmail.com <cd...@gmail.com> #101
I can name many more instances whereby the use of ACR by NLL has saved a lot of time and money and in another instance saved my sons friend from verbal intimidation on his phone. Googles intended policy to restrict such app as this will have a detrimental effect on many many users, who I might add are aware of the permissions required for the app to operate correctly, I made this decision myself and have never looked back, there are over 500,000 app downloads on this specific app alone, with many more similar apps in the Google play store market that will be effected by this detrimental policy.
I understand that NLL has already applied for exemption, however this has been denied.
I use the app daily, I have purchased additional Google One Storage so that my audio files are securely stored and can be referred back to at any time and at my discretion.
Without exaggeration this app empowers its users, and anybody that has been inundated with either marketing or malicious calls, Google will be effectively taking this away, I implore Google "Dont be evil" and "Do the right thing"
wi...@gmail.com <wi...@gmail.com> #102
to...@gmail.com <to...@gmail.com> #103
ch...@gmail.com <ch...@gmail.com> #104
ja...@gmail.com <ja...@gmail.com> #105
xa...@gmail.com <xa...@gmail.com> #106
da...@gmail.com <da...@gmail.com> #107
ch...@gmail.com <ch...@gmail.com> #108
Google world is anything except à democracy.
Let people live their life....
da...@gmail.com <da...@gmail.com> #109
ks...@gmail.com <ks...@gmail.com> #110
These type of useful features are what compel me to stay loyal to Android. Continuing to mess with such well functioning utilities will make Android no better than iOS. / Apple.
Add comment
lu...@gmail.com <lu...@gmail.com> #111
hk...@gmail.com <hk...@gmail.com> #112
ak...@pm.me <ak...@pm.me> #113
Simply allow apps with sensitive permission request a dev only option that must be unlocked through the appropriate settings and then have a splash page that we have to agree to every time we go to download one of these apps. This would reduce your employee's workload for approving exemptions for specific apps. OR better yet, give apps who's sole purpose is to deal with sensitive permissions, the rightful exemptions while leaving apps that bury their permission request in the cages they belong in (looking at you facebook). This will be a major blow and I will be sure to stop using Google Play for my apps. The only thing saving me from going to apple is the fact that there are other app providers for android.
dm...@gmail.com <dm...@gmail.com> #114
Why is this even an issue? Just give the user the option to override as necessary.
ad...@ultrasonacolumbus.com <ad...@ultrasonacolumbus.com> #115
hh...@gmail.com <hh...@gmail.com> #116
especially when we paid for this service! Please correct this otherwise I
will report Google play to the better business bureau for taking money for
a service and restricting said service's permissions.
On Thu, Jan 17, 2019, 1:19 AM <buganizer-system@google.com wrote:
na...@gmail.com <na...@gmail.com> #117
Of course we all know the real reason: Google wants all data only for itself. Living in the EU I hope some day Google will get a huge GDPR penalty for its data collecting and sharing practices.
ni...@gmail.com <ni...@gmail.com> #118
in...@gmail.com <in...@gmail.com> #119
gl...@googlemail.com <gl...@googlemail.com> #120
Following a stroke I have been left with mental impairment to faculties such as memory. As a disabled user I regularly use ACR and find it invaluable to review and record details from conversations.
ny...@gmail.com <ny...@gmail.com> #121
Call Recorder has pulled me out of some hairy situations in the past.
iz...@gmail.com <iz...@gmail.com> #122
sh...@gmail.com <sh...@gmail.com> #123
Don't become just like them. We don't need that. That's why so many people chose Android.
Millions of people have been using ACR for several years for both medical and legal matters. This kind of blanket restriction is a strike against your customers' right to protect themselves.
It's also a blatant show of disrespect for your users.
It's not your place to police us. Keep your eyes on customer service. If one of us breaks the law, there are multiple law enforcement agencies who will deal with it. Not your circus; not your monkeys.
gl...@gmail.com <gl...@gmail.com> #124
sh...@gmail.com <sh...@gmail.com> #125
What makes Google think that gutting an app that so many of their customers use is a good business plan?
ck...@gmail.com <ck...@gmail.com> #126
re...@gmail.com <re...@gmail.com> #127
My business DEPENDS on this. Now my phone is just like a phone from 2003. It's literally lost all the functionality I need and REQUIRE.
Why can't you vet certain apps thay have been trusted for years? Or have big pop-ups that remind you that it's accessing your phone calls.
ANYTHING would be better.
Why does Google have to blow up the entire building rather than fix one doorknob?
You've aiienated and screwed with dozens of MILLIONS of users who DO know what they're doing, and wrecked the functionality of some of the most crucial elements of the phone.
Meanwhile, Android's base functionality for ring pattern or text message signatures is abhorrently outdated. Even Blackberries did better than this back in 2005 with ring patterns and profiles.
Brutally stupid decision. I am shocked.
co...@gmail.com <co...@gmail.com> #128
Wake up! Let us use android HOW WE NEED IT not how you want it!
You're loosing, step-by-step, every piece of advantage as a mobile SO, that android had on the market.
Maybe I could suggest other "inteligent" moves:
- lock home screen customizations
- stop remote access apps like teamviewer's quicksupport
aso
and I'm sure there will be another SO's or hacks available in no time
li...@gmail.com <li...@gmail.com> #129
ma...@gmail.com <ma...@gmail.com> #130
This is an unnecessary and terrible policy change!
dh...@gmail.com <dh...@gmail.com> #131
jc...@gmail.com <jc...@gmail.com> #132
It is our decision to uwe it. Google listen to your users and customers.
cr...@gmail.com <cr...@gmail.com> #133
mo...@gmail.com <mo...@gmail.com> #134
mo...@gmail.com <mo...@gmail.com> #135
The technology is there and it's already implemented it's called allowing users to accept that the app they loaded will indeed record calls and get the caller information from contacts. If I download a call recorder I am obviously recording calls and it's up to me to know if recording calls is legal in my State or country (I'm in a one party State).
I believe Google is causing harm to these call recording app makers (companies) for no reason at all. It's clear what these apps do, they should be able to get an exemption and be exempt. If you require them to make it more clear upon installing the app that would be a solution to a problem Google made up but it would be a common sense fix to any confusion.
I haven't rooted a phone in a long time, but now I am considering it. I will also not install any system updates if I can help it. I know they tend to bug you to do it though and it's easy to hit that button to install one early morning. Sorry but I don't want Android 9, I don't want to loose a key feature I like and PAID for. I really do think ACR and other call recorder apps have a case, you simple can not allow companies to be on the Google Play store and then change the game in the middle without a way for them to keep a key feature of their app. Plus you allowed them to continue to accept money from people that might not know about the issue that will come which is BS. ACR is caught int he middle because no one knows what Google will 100% do till it is done.
I would also like ACR to push out that they might not be on the Google Play store anymore and charge maybe more for their app and instead sell the apk file through a website and we as users can download and install the file. It's not hard and I find it funny we rely on the Google Play Store for apps. I don't rely on any online store for my PC Software so why is the mentality of today's youth think just because it's on the play store it's safe? So many spammy type games out there and Google doesn't give a shit about them. I honestly would treat ACR Pro as any other software and go to their website and download an apk file maybe it won't be $15 (I forget what it was) maybe it will be like any other software and be $50 but it's worth the $50 to me. The software would just hit ACR's servers for updates.
For a Start Up I find it appalling as we look to make our own app vs just being on the PC. So this means one day after spending hundreds of thousands to design our app and getting it to work Google says "you know what users don't have a right to access the GPS and receive data from that". So now that we spend hundreds of thousands on design of an app, and sold premium APP functions to (hopefully) millions of users we got to close our doors? That seems kinda crazy to think Google can control a companies future by just changing the game mid-play. Then says they will do exemptions but when you request one they say NOPE we don't exempt your type of app. That is nuts, and that seems again like a lawsuit and class action as it in the above real case has affected 200+ call recorders. I hope they sue and I'll donate to that.
eg...@gmail.com <eg...@gmail.com> #136
vi...@gmail.com <vi...@gmail.com> #137
Recording calls is a core feature, you have to allow it
st...@gmail.com <st...@gmail.com> #138
ma...@gmail.com <ma...@gmail.com> #139
to...@gmail.com <to...@gmail.com> #140
ju...@gmail.com <ju...@gmail.com> #141
he...@gmail.com <he...@gmail.com> #142
You guys changing your own creation dumber and dumber
Not cool at all
a0...@gmail.com <a0...@gmail.com> #143
but there's only cursing came out of my brain about this issue.
so, good job google
sh...@gmail.com <sh...@gmail.com> #144
li...@gmail.com <li...@gmail.com> #145
am...@gmail.com <am...@gmail.com> #146
ac...@gmail.com <ac...@gmail.com> #147
ac...@gmail.com <ac...@gmail.com> #148
so...@gmail.com <so...@gmail.com> #149
ak...@pm.me <ak...@pm.me> #150
Same here, there is literally no point in updating my phone if it cripples my usage. This is a bad and stupid move on Google's part. You don't have to strong arm people. Just be clear in your communication with the end user. We're not stupid, just tell us exactly the concern is and let US choose.
of...@gmail.com <of...@gmail.com> #151
If there was any logic they would ban Absher and allow ACR so people who are being harassed etc can document this.
th...@gmail.com <th...@gmail.com> #152
su...@gmail.com <su...@gmail.com> #153
ch...@gmail.com <ch...@gmail.com> #154
-make users more aware of what permissions an app is asking for
-have the call log and sms permissions turned off by default and bury the permissions in the system settings so the average user won't know how to to toggle them on and let powerusers turn these permissions on through the system settings so they could use apps that require these permissions.
-make users more aware of play protect
I hope you read this and actually consider it android has always strikes the perfect balance between freedom and safety and it catered to both average users and powerusers but now with these new changes your making lately your turning power users away from your platform please listen to the people that use your product.
ma...@gmail.com <ma...@gmail.com> #155
no...@gmail.com <no...@gmail.com> #156
Is there any way our app could be reviewed by some person. We are still getting a response from some robot saying that our app Callistics don't need access to calls and messages for main app functionality. It is funny for an app with Calls, messages and data statistics.
more than 60 000 active users.
I have totally no idea what to do :-(
al...@live.co.uk <al...@live.co.uk> #157
se...@gmail.com <se...@gmail.com> #158
mo...@gmail.com <mo...@gmail.com> #159
da...@gmail.com <da...@gmail.com> #160
d....@gmail.com <d....@gmail.com> #161
Hello, please Google, do not make useless thousands of apps with blocking the number of call, if an app is legal and clean it will not cause damage. In this way they will make Android more and more useless, as much sins as little. It's common sense.
sh...@gmail.com <sh...@gmail.com> #162
to...@gmail.com <to...@gmail.com> #163
ca...@herdadecanalcaveira.com <ca...@herdadecanalcaveira.com> #164
mo...@gmail.com <mo...@gmail.com> #165
vu...@gmail.com <vu...@gmail.com> #166
jo...@orpinel.com <jo...@orpinel.com> #167
mi...@gmail.com <mi...@gmail.com> #168
gf...@gmail.com <gf...@gmail.com> #169
bi...@gmail.com <bi...@gmail.com> #170
mo...@gmail.com <mo...@gmail.com> #171
xg...@gmail.com <xg...@gmail.com> #172
iv...@gmail.com <iv...@gmail.com> #173
pa...@gmail.com <pa...@gmail.com> #174
al...@gmail.com <al...@gmail.com> #175
pa...@gmail.com <pa...@gmail.com> #176
ol...@gmail.com <ol...@gmail.com> #177
There will be no upsides of Android for me.
[Deleted User] <[Deleted User]> #178
sa...@gmail.com <sa...@gmail.com> #179
ba...@gmail.com <ba...@gmail.com> #180
so...@gmail.com <so...@gmail.com> #181
bi...@gmail.com <bi...@gmail.com> #182
jo...@gmail.com <jo...@gmail.com> #183
bi...@gmail.com <bi...@gmail.com> #184
sa...@gmail.com <sa...@gmail.com> #185
co...@gmail.com <co...@gmail.com> #186
ad...@gmail.com <ad...@gmail.com> #187
ca...@gmail.com <ca...@gmail.com> #188
ba...@gmail.com <ba...@gmail.com> #189
Please keep case-by-case handling of exceptions as an option. While one may understand that the new restrictions may be due to security, privacy of users or similar regulations (GDPR?) but please let users decide and choose in some cases.
Thanks, the
Bd
re...@gmail.com <re...@gmail.com> #190
respect to your users
su...@gmail.com <su...@gmail.com> #191
pd...@gmail.com <pd...@gmail.com> #192
I expect the reason ACR and other call recording software will be blocked by Google is due to legal liabilities from country to country.
Most likely Google's management assessed the projected profits vs projected legal liabilities and decided to remove the functionality.
Assuming this is true, I ask Google to consider a more pleasing option for its customers and software development partners.
Enable the call log and call recording features.
Shift all legal liabilities to the phone users and to the software developers.
1) Place a legal disclosure in the market place that using these options is done solely at the customer's own risk.
2) Require all software developers to sign a waiver for all damages against Google that may result from such law suits.
3) In nations where call recording is too strictly prohibited and Google cannot shift legal responsibility to the users and developers, shut it down. Of course.
If this option does not work, please work with Samsung Marketplace or similar providers to ensure they can pick up the baton, so to speak.
Like many professionals, I rely heavily on ACR to record my phone calls with time stamps and identification of the other party by phone number.
It enables me to protect myself from scam artists, illegal threats against my business and family, and against people who break their agreements.
The recorded calls are admissable as evidence to legal courts in the state of New York.
This key feature adds great value and is something I associate with the quality of Google's Android products.
Best regards,
Paul de Prado
av...@gmail.com <av...@gmail.com> #193
sa...@gmail.com <sa...@gmail.com> #194
If Google is not going to allow exceptions to apps like Tasker, and nlapps' ACR (Automatic Call Recorder,) then I will switch back to *shudders* Apple... otherwise, Google needs to REFUND every single user who purchased those apps and services through the Google Play Store, since they're keen on spitting in their user base's faces with zero regard for Android's original appeal to them.
mi...@gmail.com <mi...@gmail.com> #195
mi...@gmail.com <mi...@gmail.com> #196
bo...@gmail.com <bo...@gmail.com> #197
mi...@gmail.com <mi...@gmail.com> #198
You really need to revert this awfully stupid decision
sm...@gmail.com <sm...@gmail.com> #199
ra...@gmail.com <ra...@gmail.com> #200
ta...@gmail.com <ta...@gmail.com> #201
ja...@gmail.com <ja...@gmail.com> #202
sh...@gmail.com <sh...@gmail.com> #203
si...@gmail.com <si...@gmail.com> #204
in...@gmail.com <in...@gmail.com> #205
ke...@gmail.com <ke...@gmail.com> #206
en...@gmail.com <en...@gmail.com> #207
sp...@gmail.com <sp...@gmail.com> #208
jt...@gmail.com <jt...@gmail.com> #209
ma...@gmail.com <ma...@gmail.com> #210
te...@gmail.com <te...@gmail.com> #211
dr...@gmail.com <dr...@gmail.com> #212
wh...@gmail.com <wh...@gmail.com> #213
in...@gmail.com <in...@gmail.com> #214
ub...@gmail.com <ub...@gmail.com> #215
em...@gmail.com <em...@gmail.com> #216
ch...@gmail.com <ch...@gmail.com> #217
device. This stupid decision is taking a huge step backwards! I guess it is becoming time to step on the apple bandwagon. Screw you Google!
ca...@gmail.com <ca...@gmail.com> #218
al...@gmail.com <al...@gmail.com> #219
bi...@gmail.com <bi...@gmail.com> #220
[Deleted User] <[Deleted User]> #221
re...@gmail.com <re...@gmail.com> #222
da...@gmail.com <da...@gmail.com> #223
me...@gmail.com <me...@gmail.com> #224
al...@gmail.com <al...@gmail.com> #225
ke...@gmail.com <ke...@gmail.com> #226
Create a way for users to acknowledge that they agree to allow an app access to the needed APIs even though it could pose a security threat if you need to CYA. Don't just kill the functionality entirely. This kind of heavy handed control is going to backfire on Google. Please fix this ASAP!!
ka...@gmail.com <ka...@gmail.com> #227
li...@gmail.com <li...@gmail.com> #228
ACR is a great app and you crippled it and other like it.
Poor policy change, poor choices, im disappointed.
mr...@gmail.com <mr...@gmail.com> #229
This allows everyone to pick the app or service best suited to their needs. Preventing apps from accessing these core assets (call log/sms) is crippling that free choice.
There should be exceptions for apps that prove to only FUNCTIONALLY access these assets, there is no reason for a blanket ban.
ho...@eastpointglobal.com <ho...@eastpointglobal.com> #230
ma...@gmail.com <ma...@gmail.com> #231
ps...@gmail.com <ps...@gmail.com> #232
We need a valid affirmative response from Google on this A.S.A.P.
NOT having this capability IS dangerous to the Android user/customer in many situations, including physical, business, personal, family, financial, legal, and etc.
Change your policy.
tr...@gmail.com <tr...@gmail.com> #233
es...@gmail.com <es...@gmail.com> #234
ca...@gmail.com <ca...@gmail.com> #235
What an idiotic decision
da...@gmail.com <da...@gmail.com> #236
st...@gmail.com <st...@gmail.com> #237
ma...@gmail.com <ma...@gmail.com> #238
Hope this helps.
ro...@yandex.com <ro...@yandex.com> #239
If I am on a conversation, I should have the right of recording it, and in the country I live, it is legal and often necessary.
I paid for the software, for the phone and for the feature of recording calls making things difficult is just bad for google.
I will not use android 9 becouse it blocks recording calls, and I would download applications by other ways in order to keep the functionality.
al...@gmail.com <al...@gmail.com> #240
br...@gmail.com <br...@gmail.com> #241
sa...@gmail.com <sa...@gmail.com> #242
cu...@gmail.com <cu...@gmail.com> #243
You have aimpacted and alienated customers and developers alike.
Clearly all the folks who have downloaded the apps you just blew up actually LIKE those features. Surely there were other options you could have pursued (optional permission or a settings?) But instead you played heavy-handed. Not like your culture at all - actually very fruitlike! Put it back and take a hard look at the bureaucrats that implemented this decision!
pa...@gmail.com <pa...@gmail.com> #244
Je prévois d'acheter ACR Unchained dès que disponible.
tr...@gmail.com <tr...@gmail.com> #245
tb...@gmail.com <tb...@gmail.com> #246
You have mined our data to track us, sell to us, develop new tools to glean yet more information and by and larger insure you have power and leverage to increase your ever growing profits. Now you are denying us (the consumers) one of the few tools we have to protect and defend ourselves in this overwhelming world of telemarketers, electronic appointment reminder calls, etc.
Your recent decision to remove call log data from apps we have already purchased from your site is appalling at best. I certainly hope you will do the right thing and either, "Grandfather" the previous rules and capabilities of apps already purchased and do not allow the capabilities in future software, being sure that you explain this on the Playstore. Or, better stil, amend, delete, revise or whatever you need to do to give the consumers what they want and need which the app with it's full complement of tools.
Personally I'm sick of Google's electronic microscopes being up my backside so to speak at every juncture of my life from cars to appliances and everything in between. I will fully support ACRs move away from Google if permissions are not restored for our use immediately, and applaud their move. I would be willing to pay two to three times as much for product that are not affiliated with Google.
I believe it's about time for me to delete and remove as much Google encroachment crap as I can from my life, start writing my state representative's for more legislation to make all of what Google has collected on us is posted as common knowledge and established fines for all previous hidden snooping methods you have employed. More importantly I will push for more laws to prevent this kind of collection from private companies in the future.
When is enough going to be enough? It's sad when I realize that I will soon be more prone to employ the skills I learned from 25 years of stopping and starting governments at the behest of our own, not against a foreign enemy, but a US cooperation...
co...@gmail.com <co...@gmail.com> #247
These recordings DO NOT need to be notified to the other party, the same way the laws apply to companies.
This law was developed to protect consumers from stalking, harrassment and other matters.
It is Federal law and therefore GOOGLE technically are in breach of this law by altering the ability of this app to limit its ability to protect and serve consumers under Australian Federal Law.
jo...@gmail.com <jo...@gmail.com> #248
When a fraudulent salesman try to use the fact that there are no written paper I can tell him(or her) that I have recordings of your conversation.
If there are any doubt of what has been said and what agreements has been done I have had the truth. And now Google has taken this feature away and the money I have paid are also taken by this new Google policy.
So Good bye Adroid and hello Apple and iPhone.
At least I hope that Apple listen to and tanke care of their users.
Apparently Google doesnt.
an...@gmail.com <an...@gmail.com> #249
ma...@gmail.com <ma...@gmail.com> #250
[Deleted User] <[Deleted User]> #251
mi...@gmail.com <mi...@gmail.com> #252
li...@gmail.com <li...@gmail.com> #253
ha...@gmail.com <ha...@gmail.com> #254
th...@gmail.com <th...@gmail.com> #255
kr...@gmail.com <kr...@gmail.com> #256
ch...@gmail.com <ch...@gmail.com> #257
on...@gmail.com <on...@gmail.com> #258
These recordings DO NOT need to be notified to the other party, the same way the laws apply to companies.
This law was developed to protect consumers from stalking, harrassment and other matters.
It is Federal law and therefore GOOGLE technically are in breach of this law by altering the ability of this app to limit its ability to protect and serve consumers under Australian Federal Law.
Please revoke the restrictions.
ma...@gmail.com <ma...@gmail.com> #259
Thanks
ACR user
co...@gmail.com <co...@gmail.com> #260
sa...@gmail.com <sa...@gmail.com> #261
pa...@gmail.com <pa...@gmail.com> #262
Thanks
ACR user
bu...@gmail.com <bu...@gmail.com> #263
le...@gmail.com <le...@gmail.com> #264
ro...@gmail.com <ro...@gmail.com> #265
ni...@gmail.com <ni...@gmail.com> #266
I (and all my family) will stay away from PIE.
al...@gmail.com <al...@gmail.com> #267
bi...@gmail.com <bi...@gmail.com> #268
the Android operating system, where Google has stifled choice and innovation in a range of mobile apps and services by pursuing an overall strategy on mobile devices to protect and expand its dominant position
zj...@gmail.com <zj...@gmail.com> #269
da...@gmail.com <da...@gmail.com> #270
ch...@gmail.com <ch...@gmail.com> #271
+1
na...@gmail.com <na...@gmail.com> #272
br...@gmail.com <br...@gmail.com> #273
jo...@gmail.com <jo...@gmail.com> #274
bi...@gmail.com <bi...@gmail.com> #275
the Android operating system, where Google has stifled choice and innovation in a range of mobile apps and services by pursuing an overall strategy on mobile devices to protect and expand its dominant position.
hu...@gmail.com <hu...@gmail.com> #276
el...@gmail.com <el...@gmail.com> #277
ts...@gmail.com <ts...@gmail.com> #278
jo...@gmail.com <jo...@gmail.com> #279
ot...@gmail.com <ot...@gmail.com> #280
ka...@gmail.com <ka...@gmail.com> #281
dr...@gmail.com <dr...@gmail.com> #282
fi...@gmail.com <fi...@gmail.com> #283
mc...@gmail.com <mc...@gmail.com> #284
tw...@gmail.com <tw...@gmail.com> #285
ka...@gmail.com <ka...@gmail.com> #286
xm...@gmail.com <xm...@gmail.com> #287
be...@gmail.com <be...@gmail.com> #288
ba...@gmail.com <ba...@gmail.com> #289
sh...@gmail.com <sh...@gmail.com> #290
ru...@googlemail.com <ru...@googlemail.com> #291
If this is how they view us i will have no option but to change platforms and go to a well known fruit brand which I've been avoiding for years.
I'm honestly disgusted with the attitude displayed by them.
They should reverse this decision and apologise to their uses for taking there freedom of choice away, bearing in mind that you could always change app permissions in the settings which acr told you up front.
jw...@gmail.com <jw...@gmail.com> #292
to...@gmail.com <to...@gmail.com> #293
- BlackBerry Hub lost the access to SMS, which was a core feature sold on BlackBerry phones. It completely broke the integration and now only some incoming notifications could be filtered.
- Drivemode is a bigger one. The app provides hands-free access to SMS, which makes using phones in the car much safer. This is quite literally a safety issue as I use the voice reply features extensively.
I understand there are needs to tighten down security of the Android platform, but we must also strike a balance. The flexibility was what made Android popular, not being a walled garden like iOS.
wi...@gmail.com <wi...@gmail.com> #294
Dear Google...... do yourself a favor and stop this total nonsense. I have to decide if I want to record my phone calls, not you!
ku...@gmail.com <ku...@gmail.com> #295
mu...@gmail.com <mu...@gmail.com> #296
av...@gmail.com <av...@gmail.com> #297
el...@gmail.com <el...@gmail.com> #298
er...@gmail.com <er...@gmail.com> #299
pe...@gmail.com <pe...@gmail.com> #300
lu...@gmail.com <lu...@gmail.com> #301
I want a complete phone recording program.
sk...@gmail.com <sk...@gmail.com> #302
co...@gmail.com <co...@gmail.com> #303
pw...@gmail.com <pw...@gmail.com> #304
pa...@gmail.com <pa...@gmail.com> #305
om...@gmail.com <om...@gmail.com> #306
Go back on your decision
su...@gmail.com <su...@gmail.com> #307
ch...@spaeh.net <ch...@spaeh.net> #308
br...@gmail.com <br...@gmail.com> #309
jv...@gmail.com <jv...@gmail.com> #310
de...@gmail.com <de...@gmail.com> #311
sh...@gmail.com <sh...@gmail.com> #312
bu...@gmail.com <bu...@gmail.com> #313
li...@gmail.com <li...@gmail.com> #314
rb...@live.no <rb...@live.no> #315
wa...@gmail.com <wa...@gmail.com> #316
ch...@gmail.com <ch...@gmail.com> #317
re...@gmail.com <re...@gmail.com> #318
ha...@gmail.com <ha...@gmail.com> #319
la...@gmail.com <la...@gmail.com> #320
ma...@gmail.com <ma...@gmail.com> #321
One of the worst fails from Google removing this for many ESSENTIAL functionality! You should put USER at charge what he/she wants, not crippling use of our phones by your OS.
Sometimes I must be available from work place even after working hours and when going to sleep could mute all incoming calls BUT from work until selected time, sometimes I wanted not to be disturbed for i.e. 1 hour by anyone while in some meeting, maybe cinema, ...BUT from selected callers, i.e. my closest family members, ...
Have been using Sound Profile Pro since Android for this and served for this important purpose for me perfectly. Now this my RIGHT is GONE removed by Google.
I hope you remove this crippling limitation in Pie soon.
ho...@diegoquintero.pro <ho...@diegoquintero.pro> #322
Do not remove the features nor deny access to contact information.
jv...@gmail.com <jv...@gmail.com> #323
xi...@gmail.com <xi...@gmail.com> #324
cs...@gmail.com <cs...@gmail.com> #325
ct...@gmail.com <ct...@gmail.com> #326
de...@gmail.com <de...@gmail.com> #327
She has found significant success in managing these symptoms, improving the quality of telephone interactions and an overall improvement in the quality of life by use of a call recorder. She is able to replay conversations to identify missed words improving her understanding of telephone conversations. Additionally, the recording of the calls allows her to replay the call and take notes, extract key points, and generally be able to have a quality of life closer to someone not impacted with these ailments.
The ability to record calls has become an accessibility tool for my wife, and others who are similarly impacted by one or more of the conditions she suffers from. She has become dependent on the functionality provider by the ACR (Another Call Recorder) application, which increases her ability to function in many circumstances.
This accessibility feature was taken away overnight when her phone upgraded to Android 9, supplied by Google. She came out in tears this morning when she went to replay a call only to discover that the she could only hear what she said.
Please reverse this decision.
bi...@gmail.com <bi...@gmail.com> #328
ni...@gmail.com <ni...@gmail.com> #329
I am wondering is there any update on this thread. So many customers use Call Recording app and this makes those apps useless.
x1...@gmail.com <x1...@gmail.com> #330
And its not illegal or anything.
st...@gmail.com <st...@gmail.com> #331
mt...@gmail.com <mt...@gmail.com> #332
If your worry is that a customer might somehow later complain that they did not know their phone was making a recording or collecting incoming numbers, then just require it to be an explicit assent to that policy in the program install.
If your worry is the legality of recording without consent, then same answer - have the developer require the customer explicitly acknowledge it is their decision to do so. e.g. in New York State it is legal to record a call in which you are a participant, regardless of whether any other participant is aware.
To say you'll allow recording but not allow connecting it to the phone number dialed or calling in is just wrong. Caller ID has been in place for decades now.
Finally, it's our call log, darn it, not yours; leave it alone.
pa...@gmail.com <pa...@gmail.com> #333
sh...@gmail.com <sh...@gmail.com> #334
ru...@gmail.com <ru...@gmail.com> #335
vi...@gmail.com <vi...@gmail.com> #336
an...@rubico.com <an...@rubico.com> #337
ma...@gmail.com <ma...@gmail.com> #338
fl...@gmail.com <fl...@gmail.com> #339
Using their automated process to attempt to receive a Permission Excemption and you can't even speak to anyone about it... just automated rejection. WHAT RUBBISH.
Speaks volumes for where the company is heading and the apathy they have towards the very people who make their platform successful.
The old adage THAT THE CUSTOMER IS ALWAYS RIGHT still applies.
The sooner we are done with the iOS/Android duopoly the better.
Bring on the open/decentralised phone OSs... Google and Apple will become former giants of tech confined to the corporate dustbin.
se...@customerinlove.com.br <se...@customerinlove.com.br> #340
ri...@gmail.com <ri...@gmail.com> #341
Thank you
gh...@gmail.com <gh...@gmail.com> #342
co...@gmail.com <co...@gmail.com> #343
ra...@gmail.com <ra...@gmail.com> #344
I have to record my phone calls!!!
The reason why I have android and nlt appke is because I am free to choose what I want...
sa...@gmail.com <sa...@gmail.com> #345
db...@gmail.com <db...@gmail.com> #346
eb...@gmail.com <eb...@gmail.com> #347
le...@gmail.com <le...@gmail.com> #348
fa...@gmail.com <fa...@gmail.com> #349
As user, it's very useful to know from who was the recording to fastly decide to save (or not)
those calls. And in Rio de Janeiro there's fraudulent kidnapping calls (in which criminals
use social engineering to make people think that's an loved one is hostage and pay ransom).
People that already use ACR apps can use that recording (along with the phone number) to
call police services.
DO NOT HARM OR RESTRICT APP THAT USE CALL-LOG OR SMS PERMISSIONS.
dh...@gmail.com <dh...@gmail.com> #350
ko...@gmail.com <ko...@gmail.com> #351
DO NOT HARM OR RESTRICT APP THAT USE CALL-LOG OR SMS PERMISSIONS.
[Deleted User] <[Deleted User]> #352
I am not looking to identify the caller for the recordings as that I can identify by listening to call or checking if speaker was on while recording as all phone recordings have been made with speaker on and they used to play also. I am looking for the recording files in saved calls folder of the app as shown in figure here. These recordings used to play before but stopped playing after I tried to share it with google drive. I am unable to share it with any other means like whatsapp, shareit etc. Can you help me in recovering those recordings? As highlighted in picture below from the link shared by you, I cannot locate the saved calls folder in file manager of my phone.
Inline image
They are very important to me and can have legal repercussions for me. I am ready to pay also if required. I haven't deleted them for sure and saved in app itself as shown in figure below. I can find location of inbox files in my file manager but not for them. They are my call log saved in my phone and I am giving you permission to help me get that as I saved them for myself only. If you want me to contact somebody from google play store for you to able to help me let me know relevant contact so I can do the needful for you to get the permission.
My Device Info is there below this picture in bold for more information. Let me know if you need anything else. Looking forward to hear from you soon,
Thanks and regards,
Abhinav Srivastava
Inline image
My Device Info:
Version: 5.53F151
Android version: 25
Manufacturer: Xiaomi
Model: Redmi 5
Hardware: qcom
Architecture: armv8l
Time: 1103192009385
Device: rosy
Brand: Xiaomi
Product: rosy
OS Version: 3.18.31-perf-g26ceb89
Version incremental: V9.6.3.0.NDAMIFD
Carrier: Vodafone IN
Saved: 16
Cloud: Google drive
Call params: 0311 VC: 011
Delay in: 2.0 out: 3.0
Loudness: 0
Current params: 0311 DEF: 614
Delay default in: 2.0 out: 3.0
Delay in: 2.0 out: 3.0
Loudness: 0
cr...@gmail.com <cr...@gmail.com> #353
cb...@gmail.com <cb...@gmail.com> #354
th...@gmail.com <th...@gmail.com> #355
The worst part? There was no explanation!
mt...@gmail.com <mt...@gmail.com> #356
the freedom to record-calls (when legal) was one of my biggest reasons to keep supporting android. With this decision you fall in line with IOS by taken our freedom away. hate it.
ri...@driessen.net <ri...@driessen.net> #357
I hope Google gets a huge fine from the European Commission because of their misuse of their store monopolyl
re...@gmail.com <re...@gmail.com> #358
pu...@gmail.com <pu...@gmail.com> #359
pa...@gmail.com <pa...@gmail.com> #360
je...@gmail.com <je...@gmail.com> #361
After waiting around 40 minutes the operator told me to email press@google.com. I did so and got an auto reply to say if i am not from the press then they will not reply
They also suggested bizdev@google.com. No reply
Samsing says call recorders are blocked 'due to local laws' (bollocks) and "google security settings"
I get a reply from security-noreply@google.com giving a million different websites but none of them are relevant. Naturally no response from a real person.
Anyone in San Fran who can pay a visit?
je...@gmail.com <je...@gmail.com> #362
I am a small business owner , heavily reliant on my technology including my Samsung note9
One aspect of that is the ability to automatically record my telephone calls.
In recent months Google has progressively rolled out a policy to block call recording apps – see for example
Currently Samsung has blocked calls recorders on android 9, and is now degrading the applications on android 8
Samsung states “based on Google’s security policy and local law, Samsung has blocked call recording through 3rd party applications”
In New Zealand and many other jurisdictions call recording is perfectly legal and standard business practice therefore the issue can only be dictated by Google security policy
This has negatively impacted on many thousands of customers and I can send links to various sites
Ironically when I ring google one of the first messages is that “we record calls for quality and training”
I would greatly appreciate the opportunity to discuss the issue
I am happy to treat the matter confidential but do hope we can make some progress
Please acknowledge receipt and an indicative time for a substantive response
mi...@gmail.com <mi...@gmail.com> #363
ar...@gmail.com <ar...@gmail.com> #364
Why wouldn't you just make this as separate permission (properly annotated with any warning you wish user must be aware of) and let users themselves decide, whether to give this permission to certain app or not. Android permission system was designed to solve such issues in this way, wasn't it?
Or this restriction has another reason ?
yy...@gmail.com <yy...@gmail.com> #365
I have had to seek an app outside the play store, which creates security risks in the android ecosystem.
You will have seen from the other comments above that there are plenty of legitimate use cases. Therefore, this restriction is too broad.
If the concern is to prevent apps from accessing this data without the user wanting to, why not instead allow the user to block the permission without telling the app (ie. so the app is just given an empty list).
To prevent use cases that the users actually want is going to have unintended negative consequences. Either directly in android by encouraging sideloading of apps from unverified sources, or in the real world where users who need these features have a worsened user experience as a result.
fa...@gmail.com <fa...@gmail.com> #366
co...@gmail.com <co...@gmail.com> #367
bi...@gmail.com <bi...@gmail.com> #368
1. Harassing and threatening calls from other people.
2. Protecting myself from large corporations.
3. Protecting myself if I'm ordered to do something illegal from my employer.
4. To remember what I said to a customer at work. I make dozens of phone calls a day and sometimes I forget one or two. This helps me remember so that I am competent at my job.
5. Protecting myself from ANYONE who tries to say I or they said something different than what was agreed upon in a phone call. (It happens all the time.)
Again. I live in a one-party state. I am allowed to record my phone calls from ANYONE. Google, just took that right away from me. Google just took the protections I had from call recording services from me.
The company that doesn't do evil? You just did.
It's time to move to Apple.
Screw you Google.
fa...@gmail.com <fa...@gmail.com> #369
why are you doing this google???!
ce...@gmail.com <ce...@gmail.com> #370
at...@gmail.com <at...@gmail.com> #371
lc...@gmail.com <lc...@gmail.com> #372
ow...@gmail.com <ow...@gmail.com> #373
"we record all our calls....."
zo...@gmail.com <zo...@gmail.com> #374
ra...@gmail.com <ra...@gmail.com> #375
gd...@gmail.com <gd...@gmail.com> #376
th...@gmail.com <th...@gmail.com> #377
lu...@gmail.com <lu...@gmail.com> #378
ro...@gmail.com <ro...@gmail.com> #379
ja...@gmail.com <ja...@gmail.com> #380
br...@brandur.net <br...@brandur.net> #381
You are NOT helping me, you are actually hindering/limiting my freedom (sound like anyone else you might have heard of: China, Russia, North Korea, Apple... etc.).
do...@gmail.com <do...@gmail.com> #382
ma...@gmail.com <ma...@gmail.com> #383
ea...@gmail.com <ea...@gmail.com> #384
Os contratos feitos pela Internet, desta forma, não têm mais valor algum.
Restabeleçam o serviço, conforme foi contratado, incluindo a possibilidade de se recuperar os nomes de todos os arquivos salvos como "Desconhecido" ou doravante não gastarei mais um centavo em nada que o Google produza.
Paguem o que me devem!
rs...@gmail.com <rs...@gmail.com> #385
sa...@gmail.com <sa...@gmail.com> #386
Sent from my iPhone
sh...@gmail.com <sh...@gmail.com> #387
ma...@gmail.com <ma...@gmail.com> #388
ah...@gmail.com <ah...@gmail.com> #389
ma...@gmail.com <ma...@gmail.com> #390
than Android. I'm willing to buy it for this sole reason, I'm sick of
arrogance of big companies that are monopolists.
Regards
Marjan
On Sun, Aug 11, 2019 at 8:19 PM <buganizer-system@google.com> wrote:
na...@gmail.com <na...@gmail.com> #391
hn...@gmail.com <hn...@gmail.com> #392
me...@gmail.com <me...@gmail.com> #393
an...@gmail.com <an...@gmail.com> #394
I just want to remind you of your own motto "Don't be evil!"
You are just that now. You have destroyed a lot of useful apps by this decision.
Please reconsider.
Make ACR great again!
el...@gmail.com <el...@gmail.com> #395
ch...@gmail.com <ch...@gmail.com> #396
st...@gmail.com <st...@gmail.com> #397
ro...@gmail.com <ro...@gmail.com> #398
pa...@gmail.com <pa...@gmail.com> #399
78...@gmail.com <78...@gmail.com> #400
vi...@google.com <vi...@google.com>
sf...@gmail.com <sf...@gmail.com> #401
ro...@webshockstudio.com <ro...@webshockstudio.com> #402
je...@gmail.com <je...@gmail.com> #403
je...@gmail.com <je...@gmail.com> #404
ma...@gmail.com <ma...@gmail.com> #405
So many of us have skeletons in our closet. Many of us are not put in the position to disclose such deep secrets.
Whether it is a broken marriage due to financial difficulties, to an astrange husband who is having an affair knowing he must put aside his flesh and care for his family, to the deplorable lifestyle constantly being incarcerated due to very poor choices. Young or old. Incarceration is very serious matter. Just like you and the rest of those around you look down at me because of my sick and wicked ways, a cure for wellness is near, and you should seek it as well. There is no point in trying to prove that my actions are deemed sick, but on your end of the table, collecting private information from mobile phones we use for other legal purposes have put you in a costly risk predisposition due to the fact that the U.S government monitors more than what you can do in your entire lifespan. Social Security Administration Information is up for grabs, also state Medicaid and the U.S Medicare is also included. By all means, look if you want, just know that information collected is for government only. I will search for any shred of evidence in seeing to that my information from the government is not monitored by a third party. I can spend hours searching and eventually something will show. This is for everyone who is constantly being monitored. Follow your instincts and worry less about depraved websites and worry more about what governmental content is being monitored by a thrift party. I learned my lesson the hard way.
Message Ended
Марко Смирнов
gr...@cssinspections.ca <gr...@cssinspections.ca> #406
I am not working to down grade my firmware on Samsung Note 8 and will be looking for other suppliers of phones who do not always remove function and features during updates.
Greg McHale
Canada
ad...@gmail.com <ad...@gmail.com> #407
I can only serve users in API 24-27, meanwhile API 28-30 get spammed all day since I cannot read the incoming phone number. Any tips?
fo...@gmail.com <fo...@gmail.com> #408
st...@gmail.com <st...@gmail.com> #409
wr...@gmail.com <wr...@gmail.com> #410
jo...@gmail.com <jo...@gmail.com> #411
fa...@gmail.com <fa...@gmail.com> #412
Por isso que vou dá o troco
go...@vicnewell.com <go...@vicnewell.com> #413
ne...@gmail.com <ne...@gmail.com> #414
Wow I read this whole damn thread and let me tel u I know who started this thread and it wasn’t on some shit they cared about they wanted to hear my fukn calls but let me tell u and ur family I ain’t have to do shit cause this right here is all the karma I needed and u know who u are. Blessings to u, and lord u been bugging these ppl for 3 years and somehow u still hacking my shit u still wanna hear my calls wtf. I never have to get my hands dirty god take care of that for me. This here screen all the way along . And I truly feel bad for u , sit down some where and do some healing instead of worrying about me .
ne...@gmail.com <ne...@gmail.com> #415
go...@vicnewell.com <go...@vicnewell.com> #416
da...@gmail.com <da...@gmail.com> #417
go...@vicnewell.com <go...@vicnewell.com> #418
be closed.
je...@gmail.com <je...@gmail.com> #419
I don't know actually what is the problem. I receive every time 'core functionality' even though the core functinality of my app is blocking calls using CallScreening Service, the app min sdk is android Q
ko...@gmail.com <ko...@gmail.com> #420
vi...@google.com <vi...@google.com> #421
We regularly update acceptable exception (and mainline) use cases for this sensitive permission. You can see the latest list here and impacted developers can petition for specific consideration on a case by case basis, when the privacy risk is superseded by user benefit:
At this time, the restriction is working as intended and apps seeking this permission are subject to high scrutiny and some use cases may be impacted. We appreciate the advocacy and bringing this issue to our attention.
Description
Original post:
I've noticed that there are new restrictions that will come about call-log and SMS :
While this might protect users who for some reason give permissions to apps that shouldn't request them, it also harms a lot of apps that use those permissions in ways that aren't mentioned on the websites, and can never fit into a table, because of so many possible cases.
For example, automated tools apps, like Tasker. Why should it be restricted now and have to be a Phone/SMS app ? It doesn't make sense.
Another example is CallerID apps. On the table, it's mentioned that such an app is only allowed to use "READ_CALL_LOG" permission, but this is really not enough. Such apps also monitor incoming and outgoing calls, to show who it is, so "PROCESS_OUTGOING_CALLS" is also required.
And I'm sure there are other cases too.
Please stop this hunt of apps usage of permissions. Android is supposed to be free of these things.
If you wish developers to have a good reason, just force them to explain the reason for each permission usage in the app description, and then decide if it's legitimate or not.
Each case and its own. Rules shouldn't exist so broadly .