diff options
| author | 2019-02-21 12:06:41 +0000 | |
|---|---|---|
| committer | 2019-02-21 12:06:41 +0000 | |
| commit | a3fec76836270210694cd8daf8dec69147ae45cc (patch) | |
| tree | de687f97b8a7e82c24d4ba49199e5421c55b2ead | |
| parent | 0f1f043f0eac151362411a0e473f4987cac9ff87 (diff) | |
Remove STOPSHIP for adding activity recognition icon to permission
Bug: 120906890
Test: m -j
Change-Id: I2621c62f7a8778716c3cb50a0191cc943b6ffdf4
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 5b74d90608f7..fc896cf3c514 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1167,8 +1167,7 @@ <!-- ====================================================================== --> <eat-comment /> - <!-- Used for permissions that are associated with activity recognition. - TODO(zezeozue). STOPSHIP: Add icon --> + <!-- Used for permissions that are associated with activity recognition. --> <permission-group android:name="android.permission-group.ACTIVITY_RECOGNITION" android:icon="@drawable/perm_group_activity_recognition" android:label="@string/permgrouplab_activityRecognition" |