Is there an app that can remove the Frequently Contacted feature and not have that list be created?
Related
I'm using the Google music App and sometimes it will ask for superuser permission. This only started after I was invited to the beta. Anybody know why?
Sent from my HTC Glacier using XDA App
gamershadow said:
I'm using the Google music App and sometimes it will ask for superuser permission. This only started after I was invited to the beta. Anybody know why?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Where did you get the Music.apk from? That application shouldn't be asking for SU access.
Code:
This application has access to the following:
Your accounts
manage the accounts list
Allows an application to perform operations like adding, and removing accounts and deleting their password.
use the authentication credentials of an account
Allows an application to request authentication tokens.
act as an account authenticator
Allows an application to use the account authenticator capabilities of the AccountManager, including creating accounts and getting and setting their passwords.
Network communication
full Internet access
Allows an application to create network sockets.
Phone calls
read phone state and identity
Allows the application to access the phone features of the device. An application with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to and the like.
Storage
modify/delete USB storage contents modify/delete SD card contents
Allows an application to write to the USB storage. Allows an application to write to the SD card.
System tools
modify global system settings
Allows an application to modify the system's settings data. Malicious applications can corrupt your system's configuration.
display system-level alerts
Allows an application to show system alert windows. Malicious applications can take over the entire screen.
prevent device from sleeping
Allows an application to prevent the device from going to sleep.
write sync settings
Allows an application to modify the sync settings, such as whether sync is enabled for Contacts.
write subscribed feeds
Allows an application to modify your currently synced feeds. This could allow a malicious application to change your synced feeds.
Nothing in that list requires access to the /system or the /bin file systems of your phone.
I downloaded it off the market. I didn't think it should be asking.
Sent from my HTC Glacier using XDA App
When I got invited the music app downloaded itself on my nook color and my myt4g right after I finished registration. It's never asked for superuser before.
Sent from my HTC Glacier using XDA Premium App
Hi Guys,
I have developed my android app called hide my secrets. This App will be helpful to the users who do not want anyone to access their personal data on their mobile phones. The users can hide any file, contacts, call logs, messages and can even lock the app so that nobody can access their data.
The App is currently is in Testing, not launched now and will be launched on 15th august 2013, I need your suggestions regarding the App so that I can add the some more functionality to the app.
Thanks in advance,
Rajesh Kanjani
I've been using LBE Security Master for the longest time, and its mainly due to its very useful component which is the SMS keyword blacklist which automatically deletes any message if my blacklisted keyword is in them.
Unfortunately during the upgrade to Lollipop, LBE is now making my phone extremely sluggish to use. I was thinking of switching to Xprivacy for the privacy settings, however I have not found any equivalent app for sms keyword blacklisting. I've tried at least 20 apps that proclaimed to do just that, but they all failed. Can anyone direct me to an actual app that can solve my problem?
bump
Hello,
DearSir/Madam,
My app removed from Google Play store and I received the below in my email but I dont know what is wrong and what to do
After a recent review, we've found an issue with your app, Ilm Sarf (com.nyt.ilm.ilmsarf). See below for more information about your app’s status and how to correct the issue.
Publishing Status
Publishing status: Rejected
Your app has been rejected and wasn't published due to a policy violation. If you submitted an update, the previous version of your app is still available on Google Play.
Reasons of violation
Issue: Violation of Deceptive Ads policy
We don’t allow apps that contain deceptive or disruptive ads.
For example, we don’t allow:
Ads that aren’t clearly labeled
Please help me.
Hello.
I'm trying to understand how to write a Greenify prescription.
My main use would be to try annoying promotion notification which can't be turned off.
My current knowledge would be that an app registers with Google Play Services to use FCM, which fires a broadcast data containing notification data to an app's receiver, then the app uses the received broadcast to display the notification.
Is it possible to deregister a specific FCM using app from Google Play Services so maximum amount of battery is conserved?
If it is not possible, how do one find a broadcast to target with prescription? for example, if a notification is shown on the notification shade, will it contain any clues to which receiver is to be targeted?
Thank you bery much.
Do I need to use Greenify or there is an open source alternative to Greenify to achieve the same thing?
emanresu2 said:
Hello.
I'm trying to understand how to write a Greenify prescription.
My main use would be to try annoying promotion notification which can't be turned off.
My current knowledge would be that an app registers with Google Play Services to use FCM, which fires a broadcast data containing notification data to an app's receiver, then the app uses the received broadcast to display the notification.
Is it possible to deregister a specific FCM using app from Google Play Services so maximum amount of battery is conserved?
If it is not possible, how do one find a broadcast to target with prescription? for example, if a notification is shown on the notification shade, will it contain any clues to which receiver is to be targeted?
Thank you bery much.
Do I need to use Greenify or there is an open source alternative to Greenify to achieve the same thing?
Click to expand...
Click to collapse
For how to write prescription: https://greenify.github.io/
Notification can be disabled either for the whole app or for a specific channel.
FCM may post notification on behalf of the app if app is not active, so blocking the broadcast may not work as expected.