mikailoral / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Multiple client detection on same device : value of pckgname.gsma.joyn.preferences should be used over gsma.joyn.preferences if present #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ID_3_1_1 Avoiding conflict between two joyn clients on the same device (Android 
only)of the implementation guidelines says that a customized shared preference 
name should be used over the common gsma.joyn.preferences to avoid reading the 
same value.

pckgname.gsma.joyn.preferences is well defined in the core manifest but does 
not appear to be used when checking if a RCS client is activated (I think 
GsmaClientConnector.isRcsClientActivated should first check if 
pckgname.gsma.joyn.preferences exists, and only if not fall back to the 
gsma.joyn.preferences value).

Original issue reported on code.google.com by gael.orv...@gmail.com on 5 Feb 2014 at 8:34

GoogleCodeExporter commented 9 years ago
Since 2.5.13 BB ID_3_1_1 is implemented. 
GsmaClientConnector.getRcsClientPereferenceName already gets the according 
preference name and that value needs to be the parameter of 
GsmaClientConnector.isRcsClientActivated.

Original comment by andreas-...@telekom.de on 10 Feb 2014 at 8:40