add copyright headers and update sdk
This commit is contained in:
parent
54ab0ab17e
commit
6944f4a68a
13 changed files with 184 additions and 15 deletions
|
|
@ -95,6 +95,7 @@ public class MainActivity extends AppCompatActivity implements AdapterView.OnIte
|
|||
actionBar.setTitle(R.string.downloads_title);
|
||||
actionBar.setDisplayShowTitleEnabled(true);
|
||||
|
||||
//todo: this needs to be fixed Context.MODE_WORLD_READABLE is obsolet
|
||||
mPrefs = getSharedPreferences(THREADS, Context.MODE_WORLD_READABLE);
|
||||
|
||||
// Fragment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue