Statistics
| Branch: | Tag: | Revision:

notecipher / app / src / info / guardianproject / notepadbot / NConstants.java @ d572d209

History | View | Annotate | Download (249 Bytes)

1
package info.guardianproject.notepadbot;
2

    
3
public class NConstants {
4
        public static final String SHARED_PREFS_NOTELINES = "use_lines_in_notes";
5
        
6
         public static final String TAG = "NoteCipher";
7
         public static final int MAX_STREAM_SIZE = 1000000;
8
}