Merge "Add explicit exported tags" into stage-aosp-master
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
android:label="@string/md_launcher"
|
android:label="@string/md_launcher"
|
||||||
android:theme="@style/LauncherTheme"
|
android:theme="@style/LauncherTheme"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|colorMode|density">
|
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|colorMode|density"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.HOME" />
|
<category android:name="android.intent.category.HOME" />
|
||||||
@@ -39,7 +40,8 @@
|
|||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".wallpaper.SampleWallpaper"
|
android:name=".wallpaper.SampleWallpaper"
|
||||||
android:permission="android.permission.BIND_WALLPAPER">
|
android:permission="android.permission.BIND_WALLPAPER"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.service.wallpaper.WallpaperService">
|
<action android:name="android.service.wallpaper.WallpaperService">
|
||||||
</action>
|
</action>
|
||||||
@@ -52,4 +54,4 @@
|
|||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
@@ -21,7 +21,8 @@
|
|||||||
|
|
||||||
<application android:label="@string/app_title"
|
<application android:label="@string/app_title"
|
||||||
android:resizeableActivity="true">
|
android:resizeableActivity="true">
|
||||||
<activity android:name="ShortcutLauncherMain">
|
<activity android:name="ShortcutLauncherMain"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
android:theme="@android:style/Theme.Holo">
|
android:theme="@android:style/Theme.Holo">
|
||||||
<activity
|
<activity
|
||||||
android:name=".WiFiDirectActivity"
|
android:name=".WiFiDirectActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/app_name" android:launchMode="singleTask">
|
android:label="@string/app_name" android:launchMode="singleTask">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action
|
<action
|
||||||
|
|||||||
Reference in New Issue
Block a user