1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Doesn't work, but close to what danapple has recommended

This commit is contained in:
Jesse Vincent 2008-12-17 00:16:43 +00:00
parent 28e8827827
commit b5ab3c0dfc
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.email"
package="com.fsck.k9"
android:versionCode="22"
android:versionName="0.22"
>

4
src/com/fsck/k9/K9.java Normal file
View File

@ -0,0 +1,4 @@
package com.fsck;
import com.android.email.Email;
public class K9 extends Email {
}