This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
k-9
Watch
1
Star
0
Fork
0
You've already forked k-9
mirror of
https://github.com/moparisthebest/k-9
synced
2024-11-15 14:05:05 -05:00
Code
Issues
Releases
Wiki
Activity
6a2ab4008c
k-9
/
src
/
com
/
fsck
/
k9
/
K9.java
7 lines
89 B
Java
Raw
Normal View
History
Unescape
Escape
This is a working semi-deforked application. i.e. most of it is still in the com.android.email namespace, but choice bits are in com.fsck.k9 so that it won't try to overwrite the builtin client. Changes: corrected the package (or something equally simple for K9.java build.xml has an additional stanza that copies the R.java file from fsck to android namespace, and changes the package inside the file. AndroidManifest.xml has the package set to fsck, and all the activities are now explicity named.
2008-12-18 19:14:49 -05:00
package
com.fsck.k9
;
Doesn't work, but close to what danapple has recommended
2008-12-16 19:16:43 -05:00
import
com.android.email.Email
;
This is a working semi-deforked application. i.e. most of it is still in the com.android.email namespace, but choice bits are in com.fsck.k9 so that it won't try to overwrite the builtin client. Changes: corrected the package (or something equally simple for K9.java build.xml has an additional stanza that copies the R.java file from fsck to android namespace, and changes the package inside the file. AndroidManifest.xml has the package set to fsck, and all the activities are now explicity named.
2008-12-18 19:14:49 -05:00
Doesn't work, but close to what danapple has recommended
2008-12-16 19:16:43 -05:00
public
class
K9
extends
Email
{
}
Reference in New Issue
Copy Permalink