diff options
| author | 2015-07-16 18:21:19 +0000 | |
|---|---|---|
| committer | 2015-07-16 18:21:22 +0000 | |
| commit | 1b29a95789c29174d5e4d526f6449c2c354ef3b3 (patch) | |
| tree | 1ff526ccd9e98c95958fd124a1a762973540f0a7 | |
| parent | b53568f27c384523dae58af9f4ad355a6c72d6d7 (diff) | |
| parent | 31186713e98b2c6f6f1d92e6266bcaabc3e59c15 (diff) | |
Merge "docs: Added "location" before "gps" in list under "Declaring hardware ..."" into mnc-preview-docs
| -rw-r--r-- | docs/html/training/tv/start/hardware.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/tv/start/hardware.jd b/docs/html/training/tv/start/hardware.jd index 57651e66e411..5747b569ed41 100644 --- a/docs/html/training/tv/start/hardware.jd +++ b/docs/html/training/tv/start/hardware.jd @@ -163,7 +163,7 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION) android:required="false"/> <uses-feature android:name="android.hardware.nfc" android:required="false"/> -<uses-feature android:name="android.hardware.gps" +<uses-feature android:name="android.hardware.location.gps" android:required="false"/> <uses-feature android:name="android.hardware.microphone" android:required="false"/> |