android - Memory Leak when refresh Activity -
i have problem !
for refresh activity use code :
intent i=getintent(); finish(); startactivity(i); the problem memory increasing, when run many times opertion, , app crash outofmemory.
how can resolve ? solutions?
please me
you can try add in manifest
android:nohistory="true" for activity
Comments
Post a Comment