fix: Add build script and fix manifest
- Add build-apk.sh for easy compilation - Simplify AndroidManifest.xml - Fix themes.xml to use basic Android themes - Enable BuildConfig - Add okhttp-dnsoverhttps dependency
This commit is contained in:
33
android-sdk/platforms/android-34/data/res/values/bools.xml
Normal file
33
android-sdk/platforms/android-34/data/res/values/bools.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<bool name="kg_enable_camera_default_widget">true</bool>
|
||||
<bool name="kg_center_small_widgets_vertically">false</bool>
|
||||
<bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
|
||||
<bool name="action_bar_embed_tabs">true</bool>
|
||||
<bool name="split_action_bar_is_narrow">true</bool>
|
||||
<bool name="preferences_prefer_dual_pane">false</bool>
|
||||
<bool name="show_ongoing_ime_switcher">true</bool>
|
||||
<bool name="action_bar_expanded_action_views_exclusive">true</bool>
|
||||
<!-- Whether or not to use the drawable/lockscreen_notselected and
|
||||
drawable/lockscreen_selected instead of the generic dots when displaying
|
||||
the LockPatternView.
|
||||
<p>The main purpose is for OEMs to customize the rendering of the
|
||||
lockscreen, setting this to true should come with customized drawables. -->
|
||||
<bool name="use_lock_pattern_drawable">false</bool>
|
||||
<bool name="resolver_landscape_phone">true</bool>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user