Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10195002 authored by Eric Erfanian's avatar Eric Erfanian
Browse files

Update dialer to tap green cl 150332012.

Test: Treehugger
Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
parent d5e47f6d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# Local modifications:
# * Dagger classes have been manually crafted.
# * Precompiled proto classes have been included.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

@@ -95,7 +94,6 @@ DIALER_MANIFEST_FILES += \
	$(BASE_DIR)/dialer/app/manifests/activities/AndroidManifest.xml \
	$(BASE_DIR)/dialer/app/voicemail/error/AndroidManifest.xml \
	$(BASE_DIR)/dialer/backup/AndroidManifest.xml \
	$(BASE_DIR)/dialer/binary/aosp/AndroidManifest.xml \
	$(BASE_DIR)/dialer/blocking/AndroidManifest.xml \
	$(BASE_DIR)/dialer/callcomposer/AndroidManifest.xml \
	$(BASE_DIR)/dialer/callcomposer/camera/AndroidManifest.xml \
+5 −3
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!-- From java/com/android/dialer/binary/aosp/AndroidManifest.xml -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  coreApp="true"
  package="com.android.dialer"
  android:versionCode="90000"
  android:versionName="9.0">
  android:versionCode="100000"
  android:versionName="10.0">

  <uses-sdk
    android:minSdkVersion="23"
@@ -111,6 +111,8 @@
    android:name="com.android.dialer.binary.aosp.AospDialerApplication"
    android:supportsRtl="true"
    android:usesCleartextTraffic="false">


  </application>

</manifest>
−751 B (2.79 KiB)
Loading image diff...
−368 B (1.71 KiB)
Loading image diff...
−1.08 KiB (3.69 KiB)
Loading image diff...
Loading