Questions tagged [setting]
261 questions
-2
votes
1 answer
How to get portrait orientation lock from device setting programmatically
I need to know programmatically if "portrait orientation lock" option from device setting has been set. any help would be appreciated.

crasher
- 35
- 1
- 4
-2
votes
2 answers
how to open the setting of the device in click - android
i work in app and want to add some buttons like dial button and setting button that when the user click on it will open the setting of the device
here is the code that opens the dial system on the device
Intent phoneIntent = new…

user3425815
- 25
- 1
- 8
-2
votes
1 answer
A general solution for providing modular setting system
We are planing to provide a general setting(configuration) system for a single page web application base on asp.net and SqlServer , we need a dynamic modular setting(configuration) which it can apply settings in a hierarchical way for any part of…

Masoud
- 124
- 1
- 8
-2
votes
1 answer
adding app setting in android default settings
I am developing an app using shared preference and I'm using res/xml/preference.xml for my preferences.
It works fine But now I want these preference to be in the Android Default settings screen
(Application Manager, Wireless and networks,Call…

dolly
- 1
- 1
-3
votes
2 answers
How to launch the Settings from my iPhone app?
In one of my apps I need to launch the settings app to change the keyboard language. Please some one help me regarding this problem with some sample code or idea.

sandy
- 23
- 5
-4
votes
1 answer
Kill the running apps automatically
Is it possible to kill the running apps (SMS, internet explorer, games ...) automatically by turn off the screen or in certain period of time?
My device is huawei and is not rooted
Thanks