Android: Google Play is directory-aware

Despite the numerous malware policies and extreme objection to decompiling release applications, Google Play does precisely this and will reject applications based on folder structure.
This commit is contained in:
Ender's Games 2018-08-27 21:37:14 -04:00
parent 068a798fc8
commit f5ca188972
2 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class MainActivity extends AppCompatActivity implements
// Check that the activity is using the layout version with
// the fragment_container FrameLayout
if (findViewById(R.id.fragment_container) != null) {
onMainBrowseSelected(null, false, null);
onMainBrowseSelected(null, true, null);
}
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB