From 9ff4c57b4043f7f13abe4fcfdbe0cb2328627bed Mon Sep 17 00:00:00 2001 From: Brian Attwell Date: Fri, 26 Jun 2015 11:31:57 -0700 Subject: Catch transaction too large exception If you are sharing a bazillion contacts, then the shared intent's URI can be longer than the binder limit. This causes a crash. For now, lets prevent the crash from occuring and show a toast. Bug: 22083005 Change-Id: I2028929a49240a1982301b46f7e2eb4b3d6239bb --- res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index de7a44d1..5400eec9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -682,6 +682,9 @@ a ren't members of any other group. [CHAR LIMIT=25] --> Share visible contacts + + Failed to share visible contacts. + Import/export contacts -- cgit v1.2.3