Loading src/com/android/calendar/AboutPreferences.java→extensions_src/com/android/calendar/extensions/AboutPreferences.java +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.calendar; package com.android.calendar.extensions; import android.app.Activity; import android.content.pm.PackageInfo; Loading @@ -22,6 +22,8 @@ import android.content.pm.PackageManager.NameNotFoundException; import android.os.Bundle; import android.preference.PreferenceFragment; import com.android.calendar.R; public class AboutPreferences extends PreferenceFragment { private static final String BUILD_VERSION = "build_version"; Loading proguard.flags +1 −1 Original line number Diff line number Diff line -keep class com.android.calendar.selectcalendars.SelectCalendarsSyncFragment -keep class com.android.calendar.OtherPreferences -keep class com.android.calendar.AboutPreferences -keep class com.android.calendar.extensions.AboutPreferences -keepclassmembers class com.android.calendar.AllInOneActivity { *** setControlsOffset(...); } Loading res/xml/calendar_settings_headers.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ <header android:fragment="com.android.calendar.GeneralPreferences" android:title="@string/menu_general_preferences" /> <header android:fragment="com.android.calendar.AboutPreferences" <header android:fragment="com.android.calendar.extensions.AboutPreferences" android:title="@string/menu_about_preferences" /> </preference-headers> Loading
src/com/android/calendar/AboutPreferences.java→extensions_src/com/android/calendar/extensions/AboutPreferences.java +3 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.calendar; package com.android.calendar.extensions; import android.app.Activity; import android.content.pm.PackageInfo; Loading @@ -22,6 +22,8 @@ import android.content.pm.PackageManager.NameNotFoundException; import android.os.Bundle; import android.preference.PreferenceFragment; import com.android.calendar.R; public class AboutPreferences extends PreferenceFragment { private static final String BUILD_VERSION = "build_version"; Loading
proguard.flags +1 −1 Original line number Diff line number Diff line -keep class com.android.calendar.selectcalendars.SelectCalendarsSyncFragment -keep class com.android.calendar.OtherPreferences -keep class com.android.calendar.AboutPreferences -keep class com.android.calendar.extensions.AboutPreferences -keepclassmembers class com.android.calendar.AllInOneActivity { *** setControlsOffset(...); } Loading
res/xml/calendar_settings_headers.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ <header android:fragment="com.android.calendar.GeneralPreferences" android:title="@string/menu_general_preferences" /> <header android:fragment="com.android.calendar.AboutPreferences" <header android:fragment="com.android.calendar.extensions.AboutPreferences" android:title="@string/menu_about_preferences" /> </preference-headers>