Loading api/current.txt +0 −1 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,6 @@ package android { field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES"; field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES"; field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"; field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"; field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"; field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"; field public static final java.lang.String ACCESS_INPUT_FLINGER = "android.permission.ACCESS_INPUT_FLINGER"; field public static final java.lang.String ACCESS_LOCATION_EXTRA_COMMANDS = "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"; field public static final java.lang.String ACCESS_LOCATION_EXTRA_COMMANDS = "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"; field public static final java.lang.String ACCESS_MOCK_LOCATION = "android.permission.ACCESS_MOCK_LOCATION"; field public static final java.lang.String ACCESS_MOCK_LOCATION = "android.permission.ACCESS_MOCK_LOCATION"; field public static final java.lang.String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE"; field public static final java.lang.String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE"; core/res/AndroidManifest.xml +0 −7 Original line number Original line Diff line number Diff line Loading @@ -2046,13 +2046,6 @@ android:description="@string/permdesc_readFrameBuffer" android:description="@string/permdesc_readFrameBuffer" android:protectionLevel="signature|system" /> android:protectionLevel="signature|system" /> <!-- Allows an application to use InputFlinger's low level features. <p>Not for use by third-party applications. --> <permission android:name="android.permission.ACCESS_INPUT_FLINGER" android:label="@string/permlab_accessInputFlinger" android:description="@string/permdesc_accessInputFlinger" android:protectionLevel="signature" /> <!-- Allows an application to configure and connect to Wifi displays <!-- Allows an application to configure and connect to Wifi displays @hide --> @hide --> <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" Loading core/res/res/values/strings.xml +0 −5 Original line number Original line Diff line number Diff line Loading @@ -1388,11 +1388,6 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string> <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_accessInputFlinger">access InputFlinger</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessInputFlinger">Allows the app to use InputFlinger low-level features.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_configureWifiDisplay">configure Wifi displays</string> <string name="permlab_configureWifiDisplay">configure Wifi displays</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> Loading Loading
api/current.txt +0 −1 Original line number Original line Diff line number Diff line Loading @@ -9,7 +9,6 @@ package android { field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES"; field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES"; field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"; field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"; field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"; field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"; field public static final java.lang.String ACCESS_INPUT_FLINGER = "android.permission.ACCESS_INPUT_FLINGER"; field public static final java.lang.String ACCESS_LOCATION_EXTRA_COMMANDS = "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"; field public static final java.lang.String ACCESS_LOCATION_EXTRA_COMMANDS = "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"; field public static final java.lang.String ACCESS_MOCK_LOCATION = "android.permission.ACCESS_MOCK_LOCATION"; field public static final java.lang.String ACCESS_MOCK_LOCATION = "android.permission.ACCESS_MOCK_LOCATION"; field public static final java.lang.String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE"; field public static final java.lang.String ACCESS_NETWORK_STATE = "android.permission.ACCESS_NETWORK_STATE";
core/res/AndroidManifest.xml +0 −7 Original line number Original line Diff line number Diff line Loading @@ -2046,13 +2046,6 @@ android:description="@string/permdesc_readFrameBuffer" android:description="@string/permdesc_readFrameBuffer" android:protectionLevel="signature|system" /> android:protectionLevel="signature|system" /> <!-- Allows an application to use InputFlinger's low level features. <p>Not for use by third-party applications. --> <permission android:name="android.permission.ACCESS_INPUT_FLINGER" android:label="@string/permlab_accessInputFlinger" android:description="@string/permdesc_accessInputFlinger" android:protectionLevel="signature" /> <!-- Allows an application to configure and connect to Wifi displays <!-- Allows an application to configure and connect to Wifi displays @hide --> @hide --> <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" Loading
core/res/res/values/strings.xml +0 −5 Original line number Original line Diff line number Diff line Loading @@ -1388,11 +1388,6 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string> <string name="permdesc_readFrameBuffer">Allows the app to read the content of the frame buffer.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_accessInputFlinger">access InputFlinger</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessInputFlinger">Allows the app to use InputFlinger low-level features.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_configureWifiDisplay">configure Wifi displays</string> <string name="permlab_configureWifiDisplay">configure Wifi displays</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> Loading