minor style changes
This commit is contained in:
parent
27e0eaad9e
commit
324cb2998b
@ -49,7 +49,6 @@ import static org.junit.Assert.assertNull;
|
|||||||
public class RepoProviderTest extends FDroidProviderTest {
|
public class RepoProviderTest extends FDroidProviderTest {
|
||||||
|
|
||||||
private static final String[] COLS = RepoTable.Cols.ALL;
|
private static final String[] COLS = RepoTable.Cols.ALL;
|
||||||
private static final String TAG = "RepoProviderTest";
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void countEnabledRepos() {
|
public void countEnabledRepos() {
|
||||||
@ -193,8 +192,6 @@ public class RepoProviderTest extends FDroidProviderTest {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
String packageName = context.getPackageName();
|
String packageName = context.getPackageName();
|
||||||
Utils.debugLog(TAG, "canAddAdditionalRepos; packageName: " + packageName);
|
|
||||||
|
|
||||||
FileOutputStream outputStream = new FileOutputStream("/oem/etc/" + packageName + "/additional_repos.xml");
|
FileOutputStream outputStream = new FileOutputStream("/oem/etc/" + packageName + "/additional_repos.xml");
|
||||||
outputStream.write(("<?xml version=\"1.0\" encoding=\"utf-8\"?>
|
outputStream.write(("<?xml version=\"1.0\" encoding=\"utf-8\"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user