Tested the custom action code for auto clearing stock twitter client cache. Haven't seen the 'Twitter not responding' popup since a week Only thing to keep in mind is that twitter app shouldn't be running when cache is cleared, else the homescreen feed won't update until a restart. for those who'd like to know the code for custom action: Code: sh -c "rm /home/user/.cache/data/twitter/twcache*" Repeat it daily, preferably when you sleep at night. You might wanna link this to first post. It'll help quite a few people
sh -c "rm /home/user/.cache/data/twitter/twcache*"