summaryrefslogtreecommitdiff
path: root/power_profile/gps_on/Application/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
commitc1ddcec52bb6a95f04da00965374f4ac744945dd (patch)
tree267b4b32eec1a9c1ee6b136866a9352f2d782157 /power_profile/gps_on/Application/src/main/AndroidManifest.xml
parente474f50680b5c938d7462172b949578699df2854 (diff)
parent47b3c09c451749824a70a1d392097670a7a4bf95 (diff)
downloadextras-c1ddcec52bb6a95f04da00965374f4ac744945dd.tar.gz
Snap for 7550844 from 47b3c09c451749824a70a1d392097670a7a4bf95 to mainline-conscrypt-releaseandroid-mainline-12.0.0_r8android-mainline-12.0.0_r25android12-mainline-conscrypt-release
Change-Id: Ia9887db7ac5f1fa821cd8ba0b4e03dd7335e1c31
Diffstat (limited to 'power_profile/gps_on/Application/src/main/AndroidManifest.xml')
-rw-r--r--power_profile/gps_on/Application/src/main/AndroidManifest.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/power_profile/gps_on/Application/src/main/AndroidManifest.xml b/power_profile/gps_on/Application/src/main/AndroidManifest.xml
index 607fc200..83f40411 100644
--- a/power_profile/gps_on/Application/src/main/AndroidManifest.xml
+++ b/power_profile/gps_on/Application/src/main/AndroidManifest.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 The Android Open Source Project
@@ -16,20 +16,21 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.android.powerprofile.gpson">
+ package="com.example.android.powerprofile.gpson">
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
- <uses-feature android:name="android.hardware.location.gps" />
+ <uses-feature android:name="android.hardware.location.gps"/>
<application android:allowBackup="true"
- android:label="@string/app_name">
+ android:label="@string/app_name">
<activity android:name=".GpsActivity"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>