All public logs

Combined display of all available logs of   . You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:48, 18 January 2023 Altilunium talk contribs created page Android Manifest (Created page with "== Overall Structure == * xml * manifest ** uses-sdk ** uses-feature ** uses-permission ** application ** queries === Application === * activity * receiver * provider * service * uses-library == Features == === Enable Large Heap === <code> <application android:largeHeap="true"> </code> Too many Java objects in your app may cause java.lang.OutOfMemoryError. You can force the Dalvik VM to increase the heap memory-size by enabling largeHeap="true". But in the end, it's sti...")