fix internal
This commit is contained in:
parent
486f53ac9b
commit
778956a8c5
2 changed files with 1 additions and 6 deletions
|
|
@ -43,5 +43,5 @@ android {
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.github.axet:android-audio-library:0.0.16' // compile project(':android-audio-library')
|
||||
compile 'com.github.axet:android-audio-library:0.0.17' // compile project(':android-audio-library')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -269,11 +269,6 @@ public class SettingsActivity extends AppCompatPreferenceActivity implements Sha
|
|||
addPreferencesFromResource(R.xml.pref_general);
|
||||
setHasOptionsMenu(true);
|
||||
|
||||
if (!Storage.permitted(getActivity(), PERMISSIONS)) {
|
||||
Preference p = findPreference(MainApplication.PREFERENCE_STORAGE);
|
||||
getPreferenceScreen().removePreference(p);
|
||||
}
|
||||
|
||||
ListPreference enc = (ListPreference) findPreference(MainApplication.PREFERENCE_ENCODING);
|
||||
String v = enc.getValue();
|
||||
CharSequence[] ee = Factory.getEncodingTexts(getActivity());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue