Skip to content

Commit

Permalink
Unknown source apps: enable apk installation by default
Browse files Browse the repository at this point in the history
less stuff to enable, more comfort :D

Change-Id: Iac4a1df3f294c67f5c95775e6a7a6695d873608d
  • Loading branch information
ezio84 committed Dec 15, 2014
1 parent 1189e9c commit 24f6b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SettingsProvider/res/values/defaults.xml
Expand Up @@ -36,7 +36,7 @@

<bool name="def_bluetooth_on">false</bool>
<bool name="def_wifi_display_on">false</bool>
<bool name="def_install_non_market_apps">false</bool>
<bool name="def_install_non_market_apps">true</bool>
<bool name="def_package_verifier_enable">true</bool>
<!-- Comma-separated list of location providers.
Network location is off by default because it requires
Expand Down

0 comments on commit 24f6b0d

Please sign in to comment.