diff options
author | Michael Kolb <kolby@google.com> | 2012-05-18 10:54:31 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2012-05-18 11:23:48 -0700 |
commit | b5f006bf971e9a3390cc8b9a2fb4ee2861f6dbef (patch) | |
tree | c40ea8cb1be7d51585ddf75e98265f9cea3c4f0c /src/com/android/settings/wifi | |
parent | 1c0a8f953ba85bd21660a44dbbf891f313367196 (diff) | |
download | packages_apps_settings-b5f006bf971e9a3390cc8b9a2fb4ee2861f6dbef.zip packages_apps_settings-b5f006bf971e9a3390cc8b9a2fb4ee2861f6dbef.tar.gz packages_apps_settings-b5f006bf971e9a3390cc8b9a2fb4ee2861f6dbef.tar.bz2 |
Add seperate activity for setup wizard wifi picker to adjust theme
Bug: 6517721
Change-Id: I639122435161cd4816b82ab73f91ebbcd2df027e
Diffstat (limited to 'src/com/android/settings/wifi')
-rw-r--r-- | src/com/android/settings/wifi/WifiSetupActivity.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/com/android/settings/wifi/WifiSetupActivity.java b/src/com/android/settings/wifi/WifiSetupActivity.java new file mode 100644 index 0000000..8415954 --- /dev/null +++ b/src/com/android/settings/wifi/WifiSetupActivity.java @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2012 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.android.settings.wifi; + +import com.android.settings.ButtonBarHandler; + +// dummy class for setup wizard theme +public class WifiSetupActivity extends WifiPickerActivity implements ButtonBarHandler { + +}
\ No newline at end of file |