diff --git a/proguard.flags b/proguard.flags index 448cd729b84..2b5d4fa42fe 100644 --- a/proguard.flags +++ b/proguard.flags @@ -22,3 +22,7 @@ -keepclassmembers class com.android.settings.inputmethod.UserDictionaryAddWordActivity { *** onClick*(...); } + +-keep public class * extends com.android.setupwizardlib.items.ItemHierarchy { + public (android.content.Context, android.util.AttributeSet); +} \ No newline at end of file diff --git a/res/drawable/ic_fingerprint.xml b/res/drawable/ic_fingerprint.xml index 2f277532b99..03bc0340714 100644 --- a/res/drawable/ic_fingerprint.xml +++ b/res/drawable/ic_fingerprint.xml @@ -1,18 +1,19 @@ + Copyright (C) 2015 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 +--> + + + + diff --git a/res/drawable/ic_skip.xml b/res/drawable/ic_skip.xml new file mode 100644 index 00000000000..43762156f6e --- /dev/null +++ b/res/drawable/ic_skip.xml @@ -0,0 +1,26 @@ + + + + + diff --git a/res/layout/fingerprint_enroll_introduction.xml b/res/layout/fingerprint_enroll_introduction.xml index b05abd81755..ee2a95fb465 100644 --- a/res/layout/fingerprint_enroll_introduction.xml +++ b/res/layout/fingerprint_enroll_introduction.xml @@ -1,89 +1,24 @@ + Copyright (C) 2015 The Android Open Source Project - + + - - - - - - - - - - - - - -