mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
Doesn't work, but close to what danapple has recommended
This commit is contained in:
parent
28e8827827
commit
b5ab3c0dfc
@ -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
4
src/com/fsck/k9/K9.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.fsck;
|
||||
import com.android.email.Email;
|
||||
public class K9 extends Email {
|
||||
}
|
Loading…
Reference in New Issue
Block a user