| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
#2367275
Add a new top-level setting for car/desktop dock settings.
Sub menu contains one item - Audio (settings)
Sub text for Audio shows current docked status and launches either the
audio settings or a dialog saying that you're not docked and you need to
buy a new dock from Google (kidding).
|
|
|
|
| |
Change-Id: I855d0448af9c9c665fb8288c83cd13ae9c3d6050
|
|
|
|
|
|
| |
up logs.
Change-Id: I92124d2856e6c825a2b4148473431789a1f5b156
|
|
|
|
|
|
|
|
|
| |
Reimplemented as a Foreground Service just so it can get on top of the Car Dock App.
Added debounce mechanism to not disconnect immediately after getting a undock event.
Each dock now has its own "Remember setting".
Remember Settings is on by default
Change-Id: I80790bdb7c831e2a642365b92433012191aa70c1
|
|
|
|
| |
Change-Id: I58b216ee9b4ca9ce16210309358c0512271e128e
|
|
|
|
|
|
|
| |
If user doesn't enter an APN or name, then delete the entry on hitting home.
And if user has enough information but doesn't enter a name, then set the
name to "Untitled" to avoid blank APNs in the list.
|
|
|
|
| |
Added the official action to the Settings manifest.
|
|
|
|
|
|
| |
permission to enable discovery mode.
Change-Id: I6da1598661ad05b4cfd2b7cc81e05d3053df5777
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The Safety information link is stored in a system property, ro.url.safetylegal
If the phone has data connection, select "Safety information" menu will open the
Safety information link. If there is no data connection for the phone, a message will
pop up which ask user to open Safety information link from PC.
Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a
|
|
|
|
|
|
| |
These dialogs should clear.
Change-Id: Ie78212c1bd112d1f2f7a05f2d23eb9b5c9f02131
|
|
|
|
|
| |
Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting
And 2098232: "Set unlock pattern" should be at the top of the section
|
|
|
|
| |
Also remove unused classes which will be replaced by CertInstaller.
|
|
|
|
|
|
|
|
| |
Move Factory data reset to About phone.
Show input method when dialog to enter/edit new dictionary word is displayed.
Add title to Accessibility settings.
|
|
|
|
| |
Change-Id: Ibfd0e1e1ed3e1a1e5939d0bdffd17e2e929317b1
|
|
|
|
| |
And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
|
|
|
|
|
|
|
|
| |
to prevent apps from changing the hardware behind its back.
Fixes b/2041941 Lock screen flashes the screen very bright before dimming
Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
|
|
| |
Add incoming pairing dialog
Add DisplayPasskey handling of pairing keyboards with 2.1 devices.
Modify code path to show errors when bonding request fails.
Misc fixes like string changes.
|
|
|
|
|
|
|
| |
This will fix a regression since the recent BT API changes. The settings app
would have missed some Bluetooth events, especially pairing.
Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b
|
|
|
|
|
|
| |
Also a little tweak to the animations preference.
Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
|
| |
|
|
|
|
| |
Change-Id: I86012262635c911be23513aa0b027174b490374d
|
|
|
|
|
|
|
| |
Add Bluetooth device picker in Settings
- add resource to support device picker
- show different UI accroding to start Intent
- add OPP profile manager
|
| |
|
| |
|
| |
|
|
|
|
| |
Need to work with Strings and UI person to fix and later test everything.
|
|
|
|
|
|
|
| |
* Changes
+ add orientation and keyboard config change in the manifest file.
+ remove state saving code
+ improve status checking time by doing it in one server connection.
|
|
|
|
| |
Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Move the battery usage item from applications to phone info.
- Give the battery usage item a summary.
- Fiddle with the manifest to make it so we can launch parts of the settings
app without messing up launching of the main app. (That is, remove
affinities so they each are treated as different tasks.)
- Add the ability to make shortcuts to some key settings panels.
|
|
|
|
| |
Also add preference summary to the VPN entry in the security settings.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PATCH SET 2:
+ Add import com.android.settings.R
PATCH SET 3:
+ Remove @Override interface methods to be compilable by Java 1.5.
PATCH SET 4:
+ Add import android.net.vpn.VpnManager
PATCH SET 5:
+ Add license headers.
PATCH SET 6:
+ Remove Constant.java and move the constants to VpnSettings.
+ Make AuthenticationActor implement DialogInterface's handlers.
+ Remove trailing spaces.
PATCH SET 7:
+ Remove default username.
|
| |
|
|
|
|
|
|
|
|
|
| |
This widget allows uses to turn on/off bluetooth, wifi, gps, and sync,
and adjust brightness without going through the settings menu.
The widget provider updates the settings when the buttons are pressed.
The widget provider is also a receiver for events indicating that the
status was updated elsewhere and the buttons need to be changed.
|
|
|
|
|
| |
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
|
|
|
|
|
|
|
|
|
|
|
| |
Shows sorted list of power usage (with some debug information) by the top 10
apps and subsystems. Doesn't yet take into account certain subsystems such
as data network usage, audio/video DSP usage, Bluetooth and lights other than
screen backlight.
Screen, Idle, Wifi and Voice usage and CPU time are accounted for.
Also need to add detail screens for each item and suggested actions.
|
|
|
|
| |
See http://b/issue?id=1839074 for more details.
|
|
|
|
| |
Donut)
|
|
|
|
| |
Automated import of CL 144185
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|