Skip to content

Commit 1b29a95

Browse files
Robert SchaubAndroid (Google) Code Review
authored andcommitted
Merge "docs: Added "location" before "gps" in list under "Declaring hardware ..."" into mnc-preview-docs
2 parents b53568f + 3118671 commit 1b29a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/html/training/tv/start/hardware.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
163163
android:required="false"/>
164164
<uses-feature android:name="android.hardware.nfc"
165165
android:required="false"/>
166-
<uses-feature android:name="android.hardware.gps"
166+
<uses-feature android:name="android.hardware.location.gps"
167167
android:required="false"/>
168168
<uses-feature android:name="android.hardware.microphone"
169169
android:required="false"/>

0 commit comments

Comments
 (0)