Removing GET_ACCOUNTS permission.

It doesn't appear that GET_ACCOUNTS was ever needed in KeyChain and it is going
to be non-functional in targetSdkVersion >= 24.

Bug: 21901286
Change-Id: Id393d884e1dc5f67863bb0146c589aee3abd9091
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 1f4e5d1..dc60913 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -4,9 +4,9 @@
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
-  
+
           http://www.apache.org/licenses/LICENSE-2.0
-  
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,16 +16,15 @@
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.android.keychain.tests">
-  
-    <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
+
     <uses-permission android:name="android.permission.INTERNET"/>
 
     <!--
         To run service:
-	adb shell am startservice -n com.android.keychain.tests/.KeyChainServiceTest
+        adb shell am startservice -n com.android.keychain.tests/.KeyChainServiceTest
 
-	To run activity:
-	adb shell am start -n com.android.keychain.tests/com.android.keychain.tests.KeyChainTestActivity
+        To run activity:
+        adb shell am start -n com.android.keychain.tests/com.android.keychain.tests.KeyChainTestActivity
     -->
     <application>
         <service android:name="com.android.keychain.tests.KeyChainServiceTest">