force close the application

前端 未结 4 847
闹比i
闹比i 2021-01-07 09:30

I am new to android and stuck up with an issue.

I want to know how to force close the application programmatically and restart it again. I am trying this because i a

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-07 10:11

    for out of memory set attribute in android manifest android:largeHeap="true" with in application tag

提交回复
热议问题