lorlor / android-rcs-ims-stack

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

EUCR w/o pin fails #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to RCC.07 section 2.10 the parameter pin in EUCR is optional. 
However, TermsApi.acceptTerms() and TermsApi.rejectTerms() checks whether the 
value is non-empty and fails if so.

We should remove "|| TextUtils.isEmpty(pin)" in the above.

Original issue reported on code.google.com by andreas-...@telekom.de on 6 Mar 2014 at 1:13

GoogleCodeExporter commented 8 years ago
This is a regression introduced in 2.5.15

Original comment by lemordan...@gmail.com on 24 Mar 2014 at 1:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r509.

Original comment by lemordan...@gmail.com on 24 Mar 2014 at 1:58