Back to project page LheidoSMS.
The source code is released under:
GNU General Public License
If you think the Android project LheidoSMS listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.lheidosms.app; import com.lheidosms.utils.LheidoContact; import java.util.ArrayList; public class Global { public static ArrayList<LheidoContact> conversationsList = new ArrayList<LheidoContact>(); }