Android preference, dose it have to be unique?

Posted by zaid on Stack Overflow See other posts from Stack Overflow or by zaid
Published on 2010-05-17T00:43:19Z Indexed on 2010/05/17 0:50 UTC
Read the original article Hit count: 235

Filed under:

for my private static final String PREFS_NAME = "mypref"; dose the PREFS_NAME have to be unique for every application? or can i use the same one over n over.

© Stack Overflow or respective owner

Related posts about android