Limitations
Android has a 500kb Transaction limit when passing data between services and apps. The requesting app may crash with a
TransactionTooLarge
exception when requesting a string >500kb (over 31k characters). This tends to happen with significantly large intents.Last modified 1yr ago