Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6ff5f05 authored by Sara Ting's avatar Sara Ting
Browse files

Move 'About Calendar' screen to extensions folder.

Change-Id: I8b3b4661dae584735c52667f8d253506fedf0b41
parent 537f43d0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
@@ -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";

+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(...);
}
+1 −1
Original line number Diff line number Diff line
@@ -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>