[Completed] Reg.Android Permission Application - XDA Assist

Hi,
I am Guru from India, I am working to develop a permission application(Similar to App Ops) for Android based mobiles
I was told by few mobile developers that Android do not allow others to control the permissions like enable/disable GPS, enable/disable Camera, enable/disable Microphone, enable/disable Bluetooth from Android 4.4.2 onwards.
Please enlighten me about this issue and also please let me know, if there is any feasibility to develop a permission application like App Ops.
Please help me.
Thanks
Guru

XDA Visitor said:
Hi,
I am Guru from India, I am working to develop a permission application(Similar to App Ops) for Android based mobiles
I was told by few mobile developers that Android do not allow others to control the permissions like enable/disable GPS, enable/disable Camera, enable/disable Microphone, enable/disable Bluetooth from Android 4.4.2 onwards.
Please enlighten me about this issue and also please let me know, if there is any feasibility to develop a permission application like App Ops.
Please help me.
Thanks
Guru
Click to expand...
Click to collapse
So you want to develop an app, such as [APP][1.6+] Permissions Guard - Control app permissions no need to root your devices. by joyqianqian?
Maybe you can register on xda and ask the app dev directly for help.
The following threads might be helpful too:
I/O Summary: App Permissions
Protecting Your Privacy: App Ops, Privacy Guard, and XPrivacy
XDA Xposed Tuesday: App Ops – XDA Developer TV
[Xposed][MOD][1.28] AppOpsXposed - AppOps for 4.3+ by caspase
For general help about Android development, please ask in the Android Q&A, Help & Troubleshooting forum.
And here is a nice guide for the first steps in app development: [GUIDE] How To Make An Android App by Nachiket.Namjoshi.
Good luck !

Thread closed. Thank you!

Related

[Completed] [Q] Android App transfer of ownership

In regards to app transfer process, has anyone experienced difficulties after a transfer of ownership was done?
We are developing an app for a client, who have an existing app being hosted and managed by a 3rd party vendor. We need to understand the process of helping the client get ownership of the current app and then with the same name of the app, push our (new) binaries as an update to the app. The key thing is that there should not be any disruption to the current service and the transition to the new app is transparent to the users – All reviews, ratings etc. remain the same.
- What are the key information transfers that must happen during transfer of ownership of an app (Keys, version no. etc.)?
- If new update to an app is completely different in architecture, is there an approval process from Google Play to go through? If yes, how long does this usually take?
So to summarize, ‘V’ is the third party vendor hosting the app named ‘X’ for our client ‘C’. We (Dev company ‘D’) want to replace the current app with our implementation, but retaining the existing app name, customer base, reviews, ratings etc. such that existing users just get a notification to upgrade their existing app and it changes to the new app once they download.
Thanks!
Hi,
I can find nothing relevant on XDA about this. I suggest you contact Google...
But you could ask your question here if you wish,
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck!
Thank you. Thread closed.

[Q] Enable Native Printing

Currently miui do not allow native printing due to there policy clash with Google.
Please can any gentleman tell me how to enable it. I do not want to use others apps like printshare etc.
tarunongo said:
Currently miui do not allow native printing due to there policy clash with Google.
Please can any gentleman tell me how to enable it. I do not want to use others apps like printshare etc.
Click to expand...
Click to collapse
The printing functionality has been removed from xiaomi devices. So, it cannot be enabled natively. You will have to use a 3rd party app for this.
Also, you have posted it in the wrong section. Please post all queries in Q&A section.
Hit thanks if i helped

[Completed] Android + Kiosk App

Hi Guys,
I'm looking for help and this is the last place i'm having hopes for..
I have native android app that was developed by me. and my company wants to put this app in tablet so then the app has true kiosk mode, loading on the start, auto-updating (somehow?? today I'm checking it with api call and forcing users to go to google play)
The current kiosk mode i have - isn't working that well across all the devices, Some tablets like samsung 8 inchers will cause app to crash on requesting device administrator. Some tablets don't allow me to disable turn the screen back on if user clicked on the button.
We would also like to add some AdMob and AdColony SDK's there but now the issue is that if either of this networks has a link to google play or just a web link it fires intent and kicking chrome instead which knocks my app to the background in some devices.
What do we need to do from here? I mean what do we need to find to get it done? We would be buying some specific tablets for that too so I guess we can modify ROM if that is required but I'm really don't have any clue where to start here.
Any help would be highly appreciated.
Thanks!
Hello and thank you for using XDA Assist,
At first please create an account, because you should be able to create threads in other sections then XDA Assist. At the next please create a thread in our Android question and answers section:
Android Q&A, Help & Troubleshooting
The experts there should know the best about your phone and they should be able to help you.
Kind regards and good luck
Trafalgar Square
XDA Assist

Device Admin Control Not working in Huawei Tab(Media Type T3 10)

Hi Forum Members,
I wanted to implement device administration control on the devices which are using my app. The scenario here is I want to get control on the uninstall of the app. Since with lock mechanism, I will lock the settings from user thereby denying the user access to settings and hence user can't uninstall apps which are under device administration control. I achieved the same with my Celkon Tab and Motorola mobiles but the problem arises with Honor Tab( media type T3 10) where when the user tries to uninstall the same app which is under device admin control it will not intent to the setting but directly uninstalls the app from the device. This shouldn't have happened since every app with device admin control code should have gone to settings and only if the user unchecked the device admin control feature he would be able to uninstall. Any help regarding the same will be highly appreciated.
kompac_xda said:
Hi Forum Members, I wanted to implement device administration control..........
Click to expand...
Click to collapse
I don't have this device but, you may be able to obtain some member guidance within the following thread that's specific to your device and variants.
https://forum.xda-developers.com/showthread.php?t=3735471
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle"}.

I have a question regarding app permission?locations

This question is regarding app permissions and they work? Locations is permission in android does it have limits?or does cooperate with rest the permission in android 10 for example....Someone told to ask Tom,sd_shadow so I'm asking please
Anonymousdef said:
This question is regarding app permissions and they work? Locations is permission in android does it have limits?or does cooperate with rest the permission in android 10 for example....Someone told to ask Tom,sd_shadow so I'm asking please
Click to expand...
Click to collapse
Prior to Android 10, location permission is a single resource: apps only require permission once to use everywhere (foreground and background) and every time. But from Android 10, background location comes as an independent resource. Apps have to request explicitly this permission besides the foreground one.
For more details, check the official doc here.
Request location permissions | Android Developers
developer.android.com
Thank you James_Watson for explaining that to me! And notes good I read about it!
Anonymousdef said:
Thank you James_Watson for explaining that to me! And notes good I read about it!
Click to expand...
Click to collapse
But still don't answer don't this example compare to the other example one app grants app on while app is in use they other app on all the time...confusing just a little bet

Categories

Resources