Merge "Add an exported flag in manifest"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3954cce0c3
File diff suppressed because it is too large
Load Diff
@@ -31,6 +31,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<uses-library android:name="android.test.runner" />
|
<uses-library android:name="android.test.runner" />
|
||||||
<activity android:name="com.android.settings.tests.BluetoothRequestPermissionTest"
|
<activity android:name="com.android.settings.tests.BluetoothRequestPermissionTest"
|
||||||
|
android:exported="true"
|
||||||
android:label="Bluetooth Perm Test" >
|
android:label="Bluetooth Perm Test" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
@@ -38,7 +39,8 @@
|
|||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="Operator" android:label="Operator Hook Test" >
|
<activity android:name="Operator" android:label="Operator Hook Test"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.settings.OPERATOR_APPLICATION_SETTING" />
|
<action android:name="com.android.settings.OPERATOR_APPLICATION_SETTING" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@@ -46,7 +48,8 @@
|
|||||||
<meta-data android:name="com.android.settings.summary" android:resource="@string/operator_settings_summary" />
|
<meta-data android:name="com.android.settings.summary" android:resource="@string/operator_settings_summary" />
|
||||||
<meta-data android:name="com.android.settings.icon" android:resource="@drawable/ic_settings_applications" />
|
<meta-data android:name="com.android.settings.icon" android:resource="@drawable/ic_settings_applications" />
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="Manufacturer" android:label="Manufacturer Hook Test" >
|
<activity android:name="Manufacturer" android:label="Manufacturer Hook Test"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
|
<action android:name="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@@ -55,7 +58,8 @@
|
|||||||
<meta-data android:name="com.android.settings.icon" android:resource="@drawable/ic_settings_applications" />
|
<meta-data android:name="com.android.settings.icon" android:resource="@drawable/ic_settings_applications" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service android:name="com.android.settings.accounts.TestAuthService">
|
<service android:name="com.android.settings.accounts.TestAuthService"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.accounts.AccountAuthenticator" />
|
<action android:name="android.accounts.AccountAuthenticator" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|||||||
Reference in New Issue
Block a user