summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2011-06-28 13:53:56 -0700
committerMatthew Xie <mattx@google.com>2011-06-29 23:56:17 -0700
commit7eab97d6be9228b1c210bbb171c3e5e88e02f3d8 (patch)
tree0a78906a0e8159d612f0a089d32cb2d8b7c423c0 /res/layout
parent1e8134d9d0cfd246b1e0910aeb1618adea84505f (diff)
downloadandroid_packages_apps_Bluetooth-7eab97d6be9228b1c210bbb171c3e5e88e02f3d8.tar.gz
android_packages_apps_Bluetooth-7eab97d6be9228b1c210bbb171c3e5e88e02f3d8.tar.bz2
android_packages_apps_Bluetooth-7eab97d6be9228b1c210bbb171c3e5e88e02f3d8.zip
Move Pbap permission dialog to Settings app.
Strings and diglog are removed and will reappear and modified in Settings app. We want phone AT commander to use the dialog too. bug 4489572 Change-Id: I0283b5deff974e53384dc5a92bd01c02e12bbcd6
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/access.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/res/layout/access.xml b/res/layout/access.xml
deleted file mode 100644
index d9abd53a2..000000000
--- a/res/layout/access.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2009, 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.
-*/
--->
-
-<ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="match_parent"
- android:layout_width="match_parent">
-
- <LinearLayout
- android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:orientation="vertical">
-
- <TextView
- android:id="@+id/message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="20dip"
- android:layout_marginRight="20dip"
- android:gravity="center_horizontal"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <CheckBox android:id="@+id/alwaysallowed"
- style="?android:attr/textAppearanceMedium"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="2dip"
- android:text="@string/alwaysallowed" />
-
- </LinearLayout>
-
-</ScrollView>