MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / onCreate

Method onCreate

src/com/cloudream/ishow/activity/BaseActivity.java:23–28  ·  view source on GitHub ↗
(Bundle savedInstanceState)

Source from the content-addressed store, hash-verified

21 protected final int PERMISSION_WRITE_EXTERNAL_STORAGE = 2;
22
23 @Override
24 protected void onCreate(Bundle savedInstanceState)
25 {
26 super.onCreate(savedInstanceState);
27
28 }
29
30 /**
31 * Requests given permission. If the permission has been denied previously, a Dialog will prompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected