summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2017-03-16 20:19:43 +0000
committerSailesh Nepal <sail@google.com>2017-03-16 20:19:43 +0000
commit2df4538eb90b896be15eebc1d9adf1206131c8a3 (patch)
treeb54abbb51fb7d66e7755a1fbb5db023ff601090b /AndroidManifest.xml
parent1019500220518fb5fb023fcb7d370ab3cbf12307 (diff)
downloadandroid_packages_apps_Dialer-2df4538eb90b896be15eebc1d9adf1206131c8a3.tar.gz
android_packages_apps_Dialer-2df4538eb90b896be15eebc1d9adf1206131c8a3.tar.bz2
android_packages_apps_Dialer-2df4538eb90b896be15eebc1d9adf1206131c8a3.zip
Revert "Update dialer to tap green cl 150332012."
This reverts commit 1019500220518fb5fb023fcb7d370ab3cbf12307. Change-Id: Ie6e4f81a995fca7345132b596521b0bd06ceffb9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df9be677d..2e42d5009 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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="100000"
- android:versionName="10.0">
+ android:versionCode="90000"
+ android:versionName="9.0">
<uses-sdk
android:minSdkVersion="23"
@@ -111,8 +111,6 @@
android:name="com.android.dialer.binary.aosp.AospDialerApplication"
android:supportsRtl="true"
android:usesCleartextTraffic="false">
-
-
</application>
</manifest>