diff options
| author | Jake Hamby <jhamby@google.com> | 2010-12-07 16:27:21 -0800 |
|---|---|---|
| committer | Jake Hamby <jhamby@google.com> | 2010-12-09 16:32:41 -0800 |
| commit | c090feb64f674d9840993736a24f9667f8b0e0d5 (patch) | |
| tree | 190788f0446500d2da58a0f16b18dfb476acfd44 /src/com/android/settings/DeviceAdminAdd.java | |
| parent | 97c01af22bdea2dc67c69ffc7353f74b18807224 (diff) | |
| download | packages_apps_Settings-c090feb64f674d9840993736a24f9667f8b0e0d5.tar.gz packages_apps_Settings-c090feb64f674d9840993736a24f9667f8b0e0d5.tar.bz2 packages_apps_Settings-c090feb64f674d9840993736a24f9667f8b0e0d5.zip | |
Implement BT settings functionality for new UI.
- Removed context menu logic for long press (no longer used).
- Converted device picker to run in its own Activity, using a dialog
theme on large screen devices and full-screen on phones.
- Removed unused resources.
- Add device to "Paired devices" list when pairing is initiated by the
remote device.
- Return to Bluetooth settings pane after successfully pairing a new
device from the "Find nearby device" pane.
- Add support for renaming devices (TODO: persist the custom name and
update the "bread crumb" in the action bar to the new device name).
- Add support for incoming file transfer and auto connect checkboxes
in DeviceProfilesSettings.
- Show available and connected device profiles as icons instead of
summary text. Available but disconnected profiles are drawn in gray.
- Fixed bluetooth_notif_message to include the device name as a parameter
instead of appending the name to the end of the localized string.
- Changed some fields from private to package scope for more efficient
access from inner classes.
Bug: 3137982
Change-Id: Ic2d6ee5be60c9c5b3f3a8a58846d58efedfa5c93
Diffstat (limited to 'src/com/android/settings/DeviceAdminAdd.java')
| -rw-r--r-- | src/com/android/settings/DeviceAdminAdd.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/settings/DeviceAdminAdd.java b/src/com/android/settings/DeviceAdminAdd.java index 93814af03..26bd88afa 100644 --- a/src/com/android/settings/DeviceAdminAdd.java +++ b/src/com/android/settings/DeviceAdminAdd.java @@ -75,8 +75,6 @@ public class DeviceAdminAdd extends Activity { Button mActionButton; Button mCancelButton; - View mSelectLayout; - final ArrayList<View> mAddingPolicies = new ArrayList<View>(); final ArrayList<View> mActivePolicies = new ArrayList<View>(); |
